The C++ Programming Language
作者: [美]Bjarne Stroustrup著
出版社:高等教育出版社,2001
简介: written by bjaren stroustrup the creator of c++,this is world's most trusted and widely read book on c++. for this special edition,two new appendixes on locales and standard library exception safety have been added. the result is complete, authoritative coverage of the c++ language, its standard library, and key design techniques. based on the ansi/iso c++ standard, the c++ programming language provides current and comprehensive coverage of all c++ language features and standard library components.
for example:
·abstract classes as interfaces
·class hierarchies for object-oriented programming
·templates as the basis for type-safe generic software
·exceptions for regular error handling
·namespaces for modularity in large-scale software
·run-time type identification for loosely coupled systems
·the c subset of c++ for c compatibility and system-level work
·standard containers and algorithms
·standard strings, i/o streams, and numerics
·c compatibility, internationalization, and exception safety
bjarne stroustrup makes c++ even more accessible to those new to the language, while adding advanced information and techniques that even expert c++ programmers will find invaluable.