Editplus+mingw building a simple c/D + + development environment

Source: Internet
Author: User

Editplus+mingw building a simple c/D + + development environment

Sometimes want to use C dot small program, but every time to start that difficult and ugly VC is really reluctant, and will always generate a lot of useless intermediate files, very annoying, and later saw a lot of people on the Internet with EditPlus to develop C, feel very good, take to try.

1, download editplus,editplus (text editor) V3.4.1.1123 special Chinese version, download finished after installation.

2, download MinGW, online is easy to search the official website, but is generally installed online, and often download failure, so it is recommended to download the offline installation package, click here to download, of course, you can also directly use the green version of people ready to avoid installation trouble. Here briefly to say the offline installation, after a few simple steps, will enter the following interface, not enough to select any project by default only install C compiler, generally will again g++ hook, is used to compile C + +.

3, configuration environment variables, of course, do not deserve to, when the time to knock command the full path of the Gcc.exe file can be, but this is obviously not wise, it is better to match the environment variable, only need to configure a path, assuming that MinGW installed in D:\Program files (x86) \mingw directory, then with:

Path:d:\program Files (x86) \mingw\bin (if there is an old path, then add an English ";" in the Last Face) Semicolon, in paste)

4, test MinGW whether the configuration is successful: Win+r pop up the Run window, and then typed "cmd" Open the Command line window, typed "gcc" test.

5, the most important: Configuration EditPlus.

Click "group name" to modify the group name, such as "C language"

Click "Add Tools" and "Applications":

Then configure the following:

$ (FileName)-O $ (filenamenoext)

The same method is also provided with one:

At this point, click "Tools" will appear the following 2 options, note that the user team needs to select "C Language", different team menu items are not the same:

6, write a HELLOWORLD.C file test:

Editplus+mingw building a simple c/D + + development environment

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.