(Official C/C development engineer (1090119), please enter your ID for verification. Code::Blocks is an open source full-featured cross-mode C/C IDE. Code::Blocks is open source software. Code::Blocks is developed by the simple C language, it uses the graphical interface library wxWidgets (2.6.2unicode) version of the name. Regarding the quest for the perfect C programmer, no longer have to endure the slowness of Eclipse, and no longer have to endure the bulky and high-spirited offers of VS.NET. Programs written in high-end computer languages, such as C and C , need to be compiled by a compiler before they can be converted into binary codes that can be executed by a machine. However, it takes a certain amount of effort and time to turn the thinking in our head into a working computer program, since we usually need to repeatedly fix the code in order for the program to achieve the results we want. The intent of this book is to help beginners learn to organize program coding step by step to isolate and discover logical errors in programs. Through this book, you can learn how to trace the code step by step, find out where the problem lies, and understand why your program cannot run normally. This process is called debugging. Technology tracking can effectively help beginners find where the bug is, eliminate the bug, and let the program run normally. The same automated tools can also help you trace your program, especially when the program is very messy, such tools are called debuggers. A debugger can pause a running program based on your needs and inspect how the program works. Some debuggers work in the mode of command line. Some newer debuggers have a good graphical interface. The debugger can easily help you to see the status of the variables you define. The debugger based on the graphical interface is a part of the integrated development environment (IDE, namely IntegratedDevelopmentEnvironment). The purpose of this book is to help you learn to use this environment for better programming skills.
CodeBlocks Tutorial.pdf)