Lesson Three: Description of programming tools
1. What's the IDE
IDE: (Integrated development environment) integrated development environment. Typically include: Code Editor, compiler, debugger, and graphical user interface tools.
2. Issues to be aware of during installation:
1. General Visual Studio installation package is relatively large, the ISO (image file) format, the use of virtual optical drive to open the image file (personal DVDFab), to install.
2. When selecting the installation language during installation, it is best to choose the one that you learn, because the more you install, the slower the software opens.
3. How do I modify the font of the editing environment after installation?
First step: Click on "Tools"-options-fonts and colors in the menu bar
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/74/F5/wKioL1YvXCKgqwGOAALour597Xc329.jpg "title=" First step. png "alt=" wkiol1yvxckgqwgoaalour597xc329.jpg "/>
Step Two: Click "Fonts and Colors"-make font and color configuration choices-click "OK"-the font and color settings are complete.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/74/F5/wKioL1YvXKbinknpAAKqQEO9g2o690.jpg "title=" Step two. png "alt=" wkiol1yvxkbinknpaakqqeo9g2o690.jpg "/>
4. How do I change the programming language of the integrated development environment?
First step: Click on the "Tools" tab in the menu bar-click "Import Export Settings"
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/74/F8/wKiom1YvXSKgtFrDAALdIsLfssg870.jpg "title=" Step three. png "alt=" wkiom1yvxskgtfrdaaldislfssg870.jpg "/>
Second step: Check "Reset all settings" option--click "Next"
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/74/F8/wKiom1YvXYaT9Xa7AAHqq4_8Xsk766.jpg "title=" Fifth step. png "alt=" wkiom1yvxyat9xa7aahqq4_8xsk766.jpg "/>
Step three: Check "No, reset Settings ..."--click "Next"
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/74/F5/wKioL1YvXiuRtHKaAAGEwQXrx0Q178.jpg "title=" Sixth step. png "alt=" wkiol1yvxiurthkaaagewqxrx0q178.jpg "/>
Fourth step: Choose the programming language you need to set-click "Done", so that the language of the replacement is complete.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/74/F8/wKiom1YvXlaCaqgCAAGwzJVrIAg336.jpg "title=" Seventh step. png "alt=" wkiom1yvxlacaqgcaagwzjvriag336.jpg "/>
Introduction to C Language Program first lesson/3