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]