-
Step 1
Start Visual C++, and choose File---->New--->Project
-
Step 2
Decide what type of project you want to create. The New Project option dialog is now presented, and there are several options to consider here. In general, you are deciding the type of deliverable that will be produced. This is something for you to decide, because you are the creative master of your project. See the Tips section for examples of what must be determined.
-
Step 3
Go to the bottom half of the dialog, and fill in the project name, its location on your hard disk and a solution name, which will be the file name for your project on the hard disk. Click "OK" to finalize your choices.
-
Step 4
Browse through the project settings using Next/Previous in the confirmation wizard that appears, and verify they are what you desire. If anything is not correct, make the proper adjustments in the wizard.
-
Step 5
Write your C Program in the edit window.
-
Step 6
Press F7 when you are finished writing your program so the computer can compile it.








