View Single Post
Old Sep 16th, 2005, 7:08 PM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Select "File" | "New" | "Project" (indicates cascading menus)

In the left pane of the resulting dialog, select "Win32"
In the right pane select "Win32 Console Application"
In the "Name" blank at the bottom insert a name. This will be copied to the "Solution Name" blank.
Click "OK".

Read the resulting dialog box and click "Next".
In the new dialog box, make sure "Console Application" is selected.
Uncheck the "Precompiled Headers" box.
Click "Finish".
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote