ISO/IEC 14882:2003 程序语言 C++.
标准编号:ISO/IEC 14882:2003
中文名称:程序语言 C++.
英文名称:Programming languages — C++
发布日期:2003-10
标准范围
ISO/IEC 1488∶2003指定了C++编程语言和标准库实现的要求。通过暗示,它还定义C++程序及其行为。C++是一种基于C语言的通用程序设计语言,如ISO/IEC 9899:1990中所描述的。除了C提供的设备之外,C++还提供了额外的数据类型、类、模板、异常、命名空间、内联函数、运算符重载、函数名重载、引用、自由存储管理操作符和附加库设施。
ISO/IEC 14882:2003 specifies requirements for implementations of the C++ programming language and standard library. By implication, it also defines C++ programs and their behavior.C++ is a general-purpose programming language based on the C programming language as described in ISO/IEC 9899:1990. In addition to the facilities provided by C, C++ provides additional data types, classes, templates, exceptions, namespaces, inline functions, operator overloading, function-name overloading, references, free-store management operators, and additional library facilities.
标准预览图


