The compiler supporting the C++ course uses CodeBlocks . You can also continue to use the VC6 compiler and other compilers. For the download address of the compiler used in this tutorial, see: CodeBlocks usage tutorial and download address .
The entire course is based on the premise that the theory is easy to understand, and each chapter has supporting homework. You can submit and evaluate in real time, and return the results, emphasizing timely consolidation and digestion, and solving the problem of focusing on theory but not on code. At the same time, there is a final course design to improve the overall programming ability, especially the ability to solve practical problems.
During the learning process, you can click on the right side at any time to pop up the compiler, pop up the online compiler, practice while learning, and immediately verify the demo program, verify your ideas, and learn efficiently!
The design purpose of this course is to understand the basic syntax of C++, focusing on the essence of object-oriented programming , and ultimately enable you to have object-oriented programming ideas and the ability to independently design C++ projects.