ISO/IEC 14882:2011 信息技术 程序设计语言 C++
标准编号:ISO/IEC 14882:2011
中文名称:信息技术 程序设计语言 C++
英文名称:Information technology — Programming languages — C++
发布日期:2011-09
标准范围
ISO/IEC 1488∶2011指定了C++编程语言实现的要求。第一个这样的要求是,他们实现语言,因此ISO/IEC 1482/2011也定义了C++。ISO/IEC 14882:2011中的其他要求和第一个要求的放宽出现在不同的地方。C++是一种通用编程语言,它是基于ISO/IEC 9899:1999中规定的C语言编写的。除了C提供的设备之外,C++还提供了额外的数据类型、类、模板、异常、命名空间、运算符重载、函数名重载、引用、自由存储管理操作符和附加库设施。
ISO/IEC 14882:2011 specifies requirements for implementations of the C++ programming language. The first such requirement is that they implement the language, and so ISO/IEC 14882:2011 also defines C++. Other requirements and relaxations of the first requirement appear at various places within ISO/IEC 14882:2011.C++ is a general purpose programming language based on the C programming language as specified in ISO/IEC 9899:1999. In addition to the facilities provided by C, C++ provides additional data types, classes, templates, exceptions, namespaces, operator overloading, function name overloading, references, free store management operators, and additional library facilities.
标准预览图


