[table of
contents] [previous section] [next
section]
2.How
to create an empty C++ project:
When
you start the computer and log on successfully, as shown in figure 1, you click
Start, select Programs, click Compile and Program
Languages, select Microsoft Visual Studio 6.0, click Microsoft
Visual C++. Figure 2 appears on the computer screen.
New(CtrN)

Figure 2
Click Main menu file, click new (ctrl N), Figure 3 is shown on the screen.
Select Win 32 Console
Application, put your project name in the
space under Project name:, click ok;
click finish
then click ok, an empty project is created as shown in Figure 4.
Click File view,
source files, header files and resource files appears on the screen under
project files.
After you finish all
these steps as mentioned above, an empty project is created.

![]()

Figure 3 win32 Console Application Project name
![]()

Figure 4
An empty project
[table of
contents] [previous section] [next
section]