C Language Study Notes (1): Build a Development Environment

Source: Internet
Author: User

Tools used

  • Sublime Text 2 ()
  • MinGW ()
1. Configure Environment Variables

After downloading and installing Sublime Text 2 and MinGW, you must add the Path of the Bin directory under the MinGW installation directory to the environment variable Path.

 

2. Call the C compiler through Sublime Text

In Sublime Text, the C/C ++ compiler configuration is added by default (g ++ is used by default ).Ctrl+B. The compilation result will be input to the output column of ST,

 

3. directly display the console output results in Sublime Text 2

After compilation, TypeRun. Convert the Sublime TextDirectoryFile:

 }

 

If you need to use another compiler to compile a C program (such as VC), or you want to compile and run it directly, you can configure it on your own. For details, refer to my previous article: configure Sublime Text 2 as a C # code editor. The basic principles are the same:

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.