In fact, I don't know which book I want to use to learn the best C ++ books. I don't have a personal opinion. I think there are quite a lot of C ++ learning books recommended on the Internet, let me sum up these recommendations. When I want to read books and do not know what to read, I will try again.
C ++ Book Recommendation 1: C ++ entry-level classic (version 5th)
This c ++ entry-level book "c ++ entry-level classic (version 5th)" describes basic c ++ programming concepts through a large number of short and refined programs, including components of the c ++ program, variables, constants, expressions, statements, operators, functions, loops, arrays, pointers, references, function and operator overloading, inheritance, c ++ 0x new features, object-oriented analysis and design, templates, errors, exception handling, and other topics. Each chapter provides a list of sample programs, supplemented by sample output and code analysis, to illustrate the topic of this chapter.
C ++ Book recommendation 2: getting started with Visual C ++ 2012 (version 6th)
One reason Ivor horton's book can take up the market is that he uses his unique and easy-to-understand tutorial style to introduce various topics, whether new programmers or experienced programmers, it is easy to understand.
C ++ Book Recommendation 3: C ++ tutorial
This book describes the key features of the c ++ programming language and analyzes specific examples of the c ++ program.
C ++ Book Recommendation 4: getting started with C ++ game programming
This book starts with the basic content of c ++ and game programming, and describes how to program games in c ++.