The figures below show how to make a program using

Microsoft Visual Studio .NET

Figure 1 shows how to open the Microsoft Visual Studio .NET

Figure 1:

 

Figure 2- Since we are creating a new project, click on New Project.

Figure 2:

 

Figure 3 shows New Project window. Highlight C/C++ Console Application and give a name to your project. For this sample project we call it Hello and click ok.

Figure 3:

 

 

Figure 4 shows where you would type your code.

Figure 4:

 

Figure 5 shows our sample program.

Figure 5:

 

Figure6- After you type your program. You go to the drop down menu called Build located on top and select Build Hello.

Figure 6:

 

Figure 7- Upon completion of Build Hello without any error(s), we click on Debug and select Start Without Debugging.

Figure 7:

 

Figure 8 Shows executed Hello program. Congratulations !!! You have create your first Microsoft Visual C++ .NET project.

Figure 8:

 

1