Wednesday, January 27, 2010

How to create a new project on Visual Studio 2008

1. Open your Visual Studio 2008 and from the File menu, select New > Project
You will see a "New Project" window !

2. Select Project Type as Visual C++ > Win32
3. Select template Win32 Console Application
4. Give a project name and a location
5. Uncheck the box "Create directory for solution", then select OK.


You will see "Win32 Application Wizard - New Project"
6. Click on Application Settings
7. Make Sure Application type of Console application was selected
8. Check the box beside Empty project