Whats the difference between the “TC++PL” and “Programming” books?
The C++ Programming Language is primarily written for experienced programmers who wants to learn C++. It’s style is that of a professional book. Programming – Principles and Practice using C++ is primarily written for people who wants to learn programming using C++. It can be used/read by people with no or only weak programming background as well as people who want to learn modern programming techniques, such as object-oriented programming and generic programming, as supported by C++. It’s style is that of a text book.