Note One: Installation of Microsoft Visual Studio 2010 Software and establishment of the first CPP file
I am learning C + + using software for Microsoft Visual Studio 2010.
First, the software's installation package
Links: https://pan.baidu.com/s/1kW3ChL1
Password: lg9p
Download the software and install not much to say.
New Project
First step, open Microsoft Visual Studio 2010
Second step, select File--New--Project
The third step, select "Visual C + +"--"Win32 Console Application"
Fourth step, fill in "Project name", our project is named Firstcode
Fifth, select the project to save the directory, click "OK"
Create a new. cpp file
The first step is to right-click on the "source file"
Second step, select Add--New item
Step three, select "C + + file (. cpp)"
Fourth step, fill in the CPP file name, click Add.
At this point, a CPP file is established and the code is then ready to be written.
"C + +" Note Series are original, reproduced please specify the transfer from the micro-number: Lightspeed-tech or Autocodemore exciting information, please pay attention!
"C + +" Note one: installation of Microsoft Visual Studio 2010 Software and establishment of the first CPP file