The C++ Developer's Book List

Online Learning

getting Started

The above two books are very friendly to beginners, with in-depth explanations and rich examples, just choose one when reading.
If there are any shortcomings, it is too thick, and it takes time to read. So the recommended reading method is to read it several times.
For the first time, take a quick glance to get a general idea of ​​the content of the book, and understand the basic and advanced content.
The second time, read the grammar-related parts repeatedly.
The third time, read the relevant parts of STL, participate in the project at the same time, learn from the project, and deepen your understanding.
The fourth time, treat the book as a dictionary, and consult it at any time when you encounter problems at work. At the same time combine w3schools to study together.

In the process of reading, learn and master the use of editors such as Visual Studio Code or IDEs such as Visual Studio at the same time.

Advanced

Learning a programming language is not the purpose, but solving business problems and delivering projects are the key demands.
The C++ language is very flexible, and the compiler has few constraints or restrictions on developers. There are many codes that can be compiled, but codes with good maintenance capabilities and operating efficiency are rare.
Therefore, learning from the experience and lessons of predecessors, programming efficiently, and avoiding mistakes is the way to improve personal delivery efficiency and improve the quality of life.

advanced

For the pursuing technology geek, reading the above books will help to deepen the understanding of the C++ language and write efficient code.

References

Guess you like

Origin blog.csdn.net/babyblue_963/article/details/131139907