Original: http://blog.sina.com.cn/s/blog_654d69690100itsd.html
First, open vc++2010
Second, document-> new-> Project
Third, on the left of the recent module selected "Win32", in the right dialog box selected "Win32 Console application Visual C + +", and then enter "name" and "Location", click "OK"
Four, in the bounce out of the dialog box select "Next"
Select "Empty Item" under "Additional option", others do not move, click Finish
After returning to the main interface, on the left "Solution Explorer", right-click "source File"-> "Add"-> "New Item"
In the middle of the dialog box is selected "C + + file (. cpp)", input file "name"-> "Add" (Note that the file name changed to "name" + ". C", otherwise the default is ". cpp", still not compile)
Eight, write a C language program, you will find success
Encounter the console out after a flash is not the case, at the end of the main function plus the following statement can be: System ("PAUSE");