Step 1: Take a look at the C ++ entry book and write down the problematic items at any time to Facilitate the Implementation on the computer.
Step 2: In the comprehensive learning stage, C ++ primer, and a series of well-known books, read Chinese first, and then read foreign languages. The experiment method is the same as step 1.
Step 3: Learn books on the data structure of C ++, learn a language, and do not use the corresponding data structure to polish it. I do not know what the language can do or cannot do. it is best to translate data structure books from other countries. There are a lot of hard-to-learn experiments.AlgorithmTo learn the C ++ language and understand the ideas and methods for solving the problem.
Step 4: Learn STL. For example, the soul of objective STL. c lies in the pointer. the connotation of C ++ lies in the design idea built on STL, which is highly respected by modern c ++.
Step 5: Use the C ++ InterfaceProgramMake a medium project, such as Chinese chess, chat software, and so on. In this way, you can become a qualified elementary programmer.