Download The C++ Programming Language by Stroustrup free Ebook in pdf form :
The C++ Programming Language by Bjarne Stroustrup :
Author : Bjarne Stroustrup
Publisher : Pearson Education
Language : English
Pages : 1040
About the Author :
The C++ Programming Language by Stroustrup – Bjarne Stroustrup is a Danish computer scientist, most notable for the creation and development of the C++ programming language. He is a visiting professor at Columbia University, and works at Morgan Stanley as a Managing Director in New York. Stroustrup is best known for his work on C++. In 1979, he began developing C++.
About this Book :
The C++ Programming Language, Fourth Edition, delivers meticulous, richly explained, and integrated coverage of the entire language—its facilities, abstraction mechanisms, standard libraries, and key design techniques. Throughout, Stroustrup presents concise, “pure C++11” examples, which have been carefully crafted to clarify both usage and program design.
The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively.
Topics addressed in this comprehensive book include :
-
Basic facilities: type, object, scope, storage, computation fundamentals, and more
-
Modularity, as supported by namespaces, source files, and exception handling
-
C++ abstraction, including classes, class hierarchies, and templates in support of a synthesis of traditional programming, object-oriented programming, and generic programming
-
Standard Library: containers, algorithms, iterators, utilities, strings, stream I/O, locales, numerics, and more
-
The C++ basic memory model, in depth