notepad++ MINGW Configuration C development environment

Source: Internet
Author: User

1, installation notepad++ and MinGW, installation step reference online, no longer repeat.

2, open notepad++ software, click on the menu bar to run, or press F5 shortcut key, pop Up the Settings dialog box.

3. Fill in the input run program name of the popup dialog box with the following information cmd/k gcc-o "D:\C_Code\$ (name_part). exe" & PAUSE & Exit and press the Save button, named Compile C.

Repeat the 2 actions above, fill in the following information in the input run program name of the popup dialog cmd/k "D:\C_Code\$ (Name_part)" & PAUSE & Exit and press the Save button, named Run C.

Ps:

D:\C_Code indicates where the C source file exists

& Pause indicates that the command is paused for keyboard operation after it is run

& exit indicates that after completing the operation, exit the Doc window and return to notepad++

notepad++ MINGW Configuration C development environment

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.