|
-
April 29th, 2002, 08:19 PM
#11
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|