-
Learn C++ Programming Language C++11 书签修正版pdf下载
资源介绍
Learn C++ Programming Language: Become A Complete C++ Programmer
原书是mobi格式,这个是mobi转成的pdf(没有书签),本人添加了书签进行修正-by yinkaisheng
English | 2015-10-01 | ASIN: B0162QA2GC | 1 Oct. 2015
This Book Teaches C++ In Details. This Is The Complete Book To Learn C++. The Best Book To Learn C++. Become A Complete C++ Programmer By Learning This Awsome Book.
Preface
All problems in computer science can be solved by another level of indirection, except for
the problem of too many layers of indirection.
– David J. Wheeler
C++ feels like a new language. That is, I can express my ideas more clearly, more simply,
and more directly in C++11 than I could in C++98. Furthermore, the resulting programs
are better checked by the compiler and run faster.
In this book, I aim for completeness. I describe every language feature and standard-
library component that a professional programmer is likely to need.