previous |
start |
next
Projects
Alternative: Create a Project first
- Under File menu: New > Project > Win32 Console
Application
- Click on Location to select a parent directory( =
folder) where the new project directory will be created.
- Type in a name for the new project directory; e.g.,
project1
- Click OK. A "Workspace 'project1' window should appear. Near
the bottom of this window there will be a ClassView tab and
a FileView tab.
- As before, you can now create a new C++ source file.
- Click on the FileView Tab. You should see a "tree" diagram with
three folder icons for "Source Files", "Header Files", and
"Resource Files". Right click on Source Files and select "Add Files
to Folder" and select the new file you just created.
- Under the Build menu, select Build.
- The remaining steps are the same as in the first method.
For a quick guide to developing C++ programs using
VisualC++.NET as well as VisualC++6.0, see
this web page.
previous |
start |
next