- Joined
- 11/17/14
- Messages
- 3,823
- Points
- 523
Another solution will be:The problem is listed as the pictures I posted. Any code I wrote cannot be run.
1. Close VS.
2. Open VS.
3. Create a new project.
4. Create a source file and make sure you save it in the right directory.
5. File -> move Source.c into -> project's directory
6. Re-write the code. Don't forget the return statement and "int" as datatype for main().
7. Compile.