书籍与标准

书籍与标准#

Bjarne Stroustrup#

the designer and original implementor of C++. The author of this glossary. See also: my home page.

TC++PL#

Bjarne StroustrupThe C++ Programming Language (Special Edition). Addison Wesley. 2000.

D&E#

Bjarne StroustrupThe Design and Evolution of C++. Addison Wesley. 1994. 一本书描述了为什么 C++ 看起来是这样的 —— 这是对 C++ 最接近于设计原理的书。

C#

programming language designed and originally implemented by Dennis Ritchie. C++ is based on C and maintains a high degree of compatibility with C. See also: K&R C, C89, C99, ANSI C. TC++PL B, D&E 3.12.

C++#

a general-purpose programming language with a bias towards systems programming that supports procedural programming, data abstraction, object-oriented programming, and generic programming. C++ was designed and originally implemented by Bjarne Stroustrup. C++ is defined by ISO/IEC 14882 - Standard for the C++ Programming Language. TC++PL describes C++ and the fundamental techniques for its use. A description of the design considerations for C++ can be found in D&E. Many commercial and free implementations exist. TC++PL 1.3,-5, 2.1, D&E 0.

ISO#

the international standards organization. It defines and maintains the standards of the major non-proprietary programming languages, notably C++.