Creating a C++ project
- Start Visual C++
- This might vary a little from PC to PC, but here
goes . . .
- Look around on the desktop for a likely icon or
select Start/Programs/Development/Devstudio 6.0/Visual C++ 6.0
- Create a project
- Select File/New
- In the dialog that pops up
- select the Projects tab (if not
already selected)
- from the list select Win32 Console
Application
- set Project Name = PartA
- set Location = H:\CS140\Lab1\PartA
- make sure New Workspace is selected
- make sure Platform Win 32 is
selected
- click the OK button (if you get an
error message saying that a workspace with the same name already exists, then use NT
Explorer to delete the workspace H:\CS140\Lab1\PartA and
click OK again)
- in the dialog that pops up, select An empty
project
- click the Finish button
- click the OK button