I call int main() and return 0 just for good measure. Its always good to make sure that you return the values to 0 after the program.

But as was said ihsir; that will work also, but if you begin to build more complicated programs, you may run into errors w/o the return 0 and int main() use.


And as far as the DJGPP goes. I got rid of it. It couldn't find iostream.h file for some reason, even though i have all my paths set correctly. Now I'm using borland 5.5 and its much better and easier.