|
-
July 3rd, 2003, 09:16 PM
#1
yeah tampabay was right, you must have a main() function and your return 0; has to be inside of main() Also, you shouldnt use #include <iostream.h> That is bad programming style because it is so old. If your using a very old compiler that is ok, but hopefully you are not. Instead use:
#include <iostream>
using namespace std;
This is better style.
Also i would suggest that you read the little book that teachs you how to use your compiler...i think it will answer a lot of your questions
Support your right to arm bears.

^^This was the first video game which i played on an old win3.1 box
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
|
|