[EMAIL PROTECTED] wrote: > ya brett is write i am not using turbo C++ > > i am using GNU g++ (gcc 3.0) on a AMD pc with xp sp2 os > > and void main() is deprecated since c90 i think > > thanks in advance
void main() has never been valid ANSI C. Compilers accept it just because it is somewhat common despite the Standard. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.0 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
