"You'll need a textbook for learning C++. This is the case even when your implementation comes with ample on-line documentation. The reason is that language and library documentation together with sample code are not good teachers of concepts. Typically such sources are silent about why things are the way they are and what benefits you can expect (and which you shouldn't expect) from a technique. Focus on concepts and techniques rather than language-technical details. "
Concepts help you understand the language as a concrete and living object.
Techniques help you learn how problems are solved and can polish your thinking.
用户1402774 2010-1-24 21:23