Recently, I just want to use Codeblocks to write C + + programs, installed but found unable to compile, if you also encounter similar problems, you can refer to this article.
If you have installed Codeblocks, want to convert to Chinese interface, directly refer to step 2.
If your C program cannot be compiled, refer to step 3 directly.
Step 1: Install Codeblocks
"1" Download Codeblocks10.05setup
"2" Open the installer, click Next until the installation is complete (Win7 please run as Administrator)
Step 2. Convert to Chinese interface
"1" Download Locale.zip
"2" Extract the Locale folder
"3" places the locale folder in the. Under the \codeblocks\share\codeblocks directory
"4" Restart Codeblocks
If the "PS" is also in English, then choose Chinese (Simplifield) under the setting-->environment-->viwe-->internationlization of Codeblocks.
Step 3: Configure Codeblocks
"1" Download Mingw.zip
"2" Put the extracted MinGW folder to any location on your computer
"3" starts the Codeblocks, in the settings--the compiler and debugger--the executable tool chain--automatic detection
"PS" If the automatic detection fails to manually connect to the MinGW folder in the computer
At this point codeblocks is complete installation, try it.