How To Create An Empty Win32 Console Application in MS Visual C++ .NET 2003
How To Create An Empty Win32 Console Application in MS Visual C++ .NET 2003
6. In Project Types, expand Visual C++ Projects item and then select Win32.
7. In Templates, select Win32 Console Project.
8. Enter the name of the project in Name edit box.
9. Specify path of project in Location edit box.
10. Click OK button. Win32 Application Wizard will appear.
10/18/2006 n.bontuyan
Figure 3. Win32 Application Wizard
1. To add a source file (.cpp), right click on Source Files item in Solution Explorer
10/18/2006 n.bontuyan
Figure 5. Add New Item window
To add a header file (.h), repeat steps 1-7 but this time, select Header File (.h) in step 5.
10/18/2006 n.bontuyan