Generally speaking, this book is relatively easy to understand, basically explaining the grammar, and is also suitable for students with 0 foundation to understand. But the code in the book is generally written like this, naming and code style (indentation, blank lines, line breaks, etc. ) not handled well. If a novice imitates writing code, it is easy to develop bad programming habits.
The development environment introduced in the book is also relatively backward, and VC6.0(98-year-old software) was still used before. This kind of environment is rarely used in real development environment, so the course can't keep up with the iteration of technology and is seriously out of touch with the actual enterprise development environment.