Codeblocks installation tutorial (with detailed graphic tutorial + installation package)

Codeblocks is an excellent cross-platform integrated development environment, developed by pure C++ language, and can be set as an integrated development environment for various programming languages ​​by configuring various compilers. codeblocks20.03 Chinese version [☜Lend your finger to use it] not only supports syntax color highlighting, supports code completion, supports project management, project construction, debugging, but also supports plug-ins, including code formatting tool AStyle, code analyzer, and class wizard , Code completion, code statistics, compiler selection, copy string to clipboard, debugger, file extension processor, Dev-C++DevPak update/installer, etc. The practicality is very good. At the same time, codeblocks20.03 has flexible and powerful configuration functions. In addition to supporting its own project files and C/C++ files, it also supports AngelScript, batch processing, CSS files, D language files, Diff/Patch files, Fortan77 files, and GameMonkey scripts. Documents, and provides many project templates, including console applications, DirectX applications, dynamic link libraries, FLTK applications, etc., and even allows users to customize project templates. It is very powerful and is the best choice for C++ programmers who are pursuing perfection. , Users in need come to download and use it.

codeblocks installation tutorial

1. First download and unzip on this site to get the original codeblocks20.03 program and finished files;

2. Double-click to run the "codeblocks-20.03mingw-setup.exe" program to enter the installation wizard;

3. Accept the software installation agreement and install according to the default directory ; The
default directory [C:\Program Files\CodeBlocks]

4. The software is being installed, please be patient;

5. The following interface will pop up during installation. The editor recommends clicking on the automatically derived compiler (GNU GCC Compiler), of course users You can also skip this step;

if you choose, then you can choose Yes, associate Code::Blocks with every supported type (including project files form other IDEs);

this step is to associate Code::Blocks with all supported open files , Such as *.cbp (Code Blocks Project) and .cpp (C++ source code file) files, so that after double-clicking the corresponding file, it will automatically be opened with Code::Blocks by default, which is very convenient;

6. The software shows that the installation is complete. Click Next;

7. Copy the locale Chinese folder in the software package to the following path; the
default path [C:\Program Files\CodeBlocks\share\CodeBlocks]

8. Then open the software and click Environment in Settings to enter the settings;

9 , Then click View, select Internationalization, select Chinese in the drop-down, and finally click ok;

10. Reopen the software, and now it is found that the interface is in simplified Chinese;

11. So far, the above is the detailed installation tutorial for the Chinese version of codeblocks20.03.

Commonly used shortcut keys

1. Ctrl+L to cut the selected line
2. F11 to switch the source file and header file
3. F10 Full screen
4. Ctrl+Shift+B bracket matching
5. Press ATL and drag the mouse to achieve partial selection
6. Ctrl+ B Add bookmarks, ALT+PageUp and PageDown can switch bookmarks.
7. Ctrl+G to reach the specified line
8. ALT+G to reach the specified file
9. Ctrl+Alt+G to reach the specified function (support function definition in the header file)
10. Ctrl+PageUp to reach the previous function
11. Ctrl+PageDown to reach Next function

Guess you like

Origin blog.csdn.net/qq_26617279/article/details/114403097
Recommended