Some tips for using Dev-C ++

Source: Internet
Author: User

Recently, I started programming with Dev-C ++ In the window. I feel that Dec-C ++ is a very good C ++ compiler. Http://www.duote.com/soft/9830.html. Here are some tips:

1. Several shortcut keys:

In tools> shortcut key settings, you can set the shortcut keys you are used to. Below are several common shortcut keys, which are default to the system.

[Ctrl + N] CreateSource code; [Ctrl + O] Open the project or file; [Ctrl + S] Save;

[Ctrl + F9] compileProgram; [Ctrl + F10] Run; [F9] compile and run;

[F8] Debug the program; [Ctrl + W] view the variable; [CTRL + ALT + F2] terminate the program;

[Ctrl +.] comment; [Ctrl + M] cancel comment;

2.CodeComplete functions:

Dev-C ++ is not fully functional in code. It can prompt all possible commands Based on the program to improve programming efficiency.

How to enable: Tools> editor options: Select "Allow Code Completion" in the "Code Completion" Panel under "browsing class", and set the delay time. After you set the latency, The Editor automatically activates the Code Completion function.

In addition, press Ctrl + space in the editor to activate the code complementing function at any time.

When you are not sure about the range of a pair of parentheses, you can press Ctrl + Shift + space]

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.