Google

Wednesday, January 6, 2010

CSC202 & ENG4033M: How to Use Visual C++ 2008

How to Start a New Project in Visual C++ 2008

1. Start a New Project by clicking
File\New\Project...

2. You will see the New Project dialog box.
Select Win32\Win32ConsoleApplication
The default Folder is
...MyDocuments\Visual Studio 2008\
Create a new Folder called CSC202 in the
above parent Folder, eg:
...MyDocuments\Visual Studio 2008\CSC202

Give a name to the Project, eg
HelloWorld, then click OK.

3. You will then see Welcome to the
Win32 Application Wizard dialog box.
Just click Next.

4. You will then see Application Settings
dialog box. Under Additional Options,
click on Empty Project radio checkbox, then
click Finish button.

You should see the below at this point: