
Just exit after completion.Ĭlick the menu "Settings", select "Compiler and Debugger.", in the pop-up dialog box, select "Global Compiler Settings" on the left, and then specify "GNU GCC Compiler" to switch to "Executable Tool Chain", Modify "Compiler installation directory" to "D:\Program Files\CodeBlocks\MinGW_New" Pressing the next step, The file download will start.
WWW CODEBLOCKS ORG DOWNLOADS INSTALL
As shown in the following figure: WhenĬhooses the installation directory, I chose to install to ".\CodeBlocks\MinGW_New" to install, and then select the functions to be installed according to the needs, as shown in the following figure: Need to connect to the network to download files. Because the downloaded Code::Blocks with MinGW version, the default "GNU GCC Compiler" has been linked to the MinGW compiler, as shown in the following figure:ĭownloaded Code with MinGW compiler:: Blocks, the MinGW version is 4.4.1, in order to use the new version of the compiler, you need to download from the official website, the download is a program that automatically downloads several hundred K. Click the menu "Settings", select "Compiler and Debugger.", in the pop-up dialog box, select "Global Compiler Settings" on the left, and then set according to the compiler you want to link. Restart Code::Blocks.Ĭode::Blocks is a C/C++ integrated development environment, and a compiler needs to be configured.

In the dialog box that appears, select "View" on the left, tick "Internationalization (needs restart)" on the right, and select "Chinese (Simplified)" in the compound box at the back. Start Code::Blocks, click "Settings" in the main menu, and select "Enviornment". mo "Go to this directory".\CodeBlocks\share\CodeBlocks\locale\zh_CN". Chinese language pack Download the Chinese language packįrom (various versions have different levels of localization, I only introduce what I use here), create a "locale" folder under the installation directory ".\CodeBlocks\share\CodeBlocks", then create a "zh_CN" folder in this folder, and unzip the "codeblocks" of the Chinese package. I downloaded the version "" with the MinGW compiler, and install it all the way, and then select the function to install When, select "Full" to install all, as shown in the figure below:Ģ. Log in to the official website to download.

WWW CODEBLOCKS ORG DOWNLOADS HOW TO
Record the installation of Code::Blocks and how to start writing a C++ program here. Code::Blocks is an open source full-featured cross-platform C/C++ integrated development environment.
