First, install visual Studio
First download Visual Studio
Link:
Http://pan.baidu.com/s/1pLhJt0Z Password: UQYC
Unzip the. ios file to get the following files:
Click the Vs_ultimate.exe file to start running the installation:
Install the address yourself, select all two options, and then click Next
This step only selects the Microsoft option for C + +
Other generally do not use, have the need of their own casual
Select and click Install.
After installation, click Start, the first start will be a bit slow, you can wait
This software installation will not create desktop shortcuts, you can right-click on the taskbar, easy to use later
After opening this software is a trial for 30 days, we will use the key to make him permanent use
Open the software, select the registered product in the Help, you can see the change my license
Click Change to copy key OK.
Then you can start knocking on the code!
Second, commonly used shortcut keys
Copy and paste Ctrl+c/ctrl+v
Undo Ctrl + Z
Select All Ctrl + A
Code Alignment CTRL+K+F
F5 Commissioning
F7 compiling EXE
Ctrl+f5 Direct operation
F9 setting breakpoints
F10 Progressive Commissioning
F11-by-statement debugging
Three, font color and background configuration
Open the options in the tool
Font color and background color can be adjusted with your liking
Fonts can also be adjusted arbitrarily, I use courier New
Iv. Other Configurations
1. Scroll bar options
Right-click on the scroll bar and select scroll bar options
2. Line number Settings
Once set, you can display line numbers before each line of code
These are freely editable settings based on personal preferences.
After the code is written and run debugging, will slowly learn to update the ~
2018-05-08
Visual Studio installation and first-time use of C + + learning