| Visual C++
|
PAGE
(2 of 5) |
|
Creating a Project
Before you can begin coding, you must create a new workspace and project.
To do so, go to the File menu and select New
You should be presented with a dialog that looks like this:
- When presented with the new dialog box, select Win32 Console Application
(this will create an application that runs at the command prompt [like DOS])
- In the Project Name textfield, name your project Day of the Week
- In the Location textfield, type the directory you want to store your code files in
- Now click OK. You should now see a screen that looks similar to this:
Now you are ready to start writing code.
| © CS Dept Va Tech, 1997.
|
All rights
reserved.
|