
12
Programming Languages for mis
Once the [Add New Item] window shows up, you choose [Code] on the left
pane, choose [C++ File (.cpp)] on the central pane, and type the program name,
say, HelloWorld (see Figure2.5). It is a good practice of programming that you do
not put space in any name of a program and variable. Click on the [Add] button after
entering the program name; you are allowed to edit the program now.
After you edit the program, click on the [Save] icon on the top menu to save the
program. Click on [Build] on the top menu and then click on [Build Project]
Figure 2.4 Add your program.
Figure 2.5 Add HelloWorld.cpp to the project. ...