1.5 - [intro.structure] - 【介绍.结构】

来源:互联网 发布:kali linux mdk3洪水 编辑:程序博客网 时间:2024/04/29 17:47
请不要转载本文;请不要以任何形式重新出版,发布本文;请在下载本文 24 小时内将其删除;禁止将本文用于商业目的。

1 General [intro]

1.5 Structure of this International Standard [intro.structure]

 

综述【介绍】

1.5 本国际标准的结构 【介绍.结构】

 

Clauses 2 through 16 describe the C++ programming language. That description includes detailed syntactic specifications in a form described in 1.6. For convenience, Annex A repeats all such syntactic specifications.

 

从第 2 条到第 16 条描述了 C++ 程序设计语言。包括以 1.6 节描述的形式所详细描述的语法规范。为方便起见,附录 A 重复了所有这些语法规范。

 

Clauses 17 through 27 (the library clauses) describe the Standard C++ library, which provides definitions for the following kinds of entities: macros (16.3), values (clause 3), types (8.1, 8.3), templates (clause 14), classes (clause 9), functions (8.3.5), and objects (clause 7).

 

从第 17 条到第 27 条(库条款)描述了标准 C++ 库,其中提供了以下各类实体的定义:宏(16.3),值(第 3 条),类型(8.1,8.3),模板(第 14 条),类(第 9 条),函数(8.3.5),以及对象(第 7 条)。

 

Annex B recommends lower bounds on the capacity of conforming implementations.

 

附录 B 提出了对符合标准的实现的能力的最低限制的建议。

 

Annex C summarizes the evolution of C++ since its first published description, and explains in detail the differences between C++ and C. Certain features of C++ exist solely for compatibility purposes; Annex D describes those features.

 

附录 C 总结了 C++ 自第一个公开描述以来的进展,并详细解释了 C++ 和 C 的区别。某些特定的 C++ 特性仅出于兼容目的而存在。在附录 D 中描述了这些特性。

 

Finally, Annex E says what characters are valid in universal-character names in C++ identifiers (2.10).

 

最后,附录 E 说明了通用字符名中哪些字符可以用在在 C++ 标识符(2.10)中。

 

Throughout this International Standard, each example is introduced by "[Example:" and terminated by "]". Each note is introduced by "[Note:" and terminated by "]". Examples and notes may be nested.

 

贯穿本国际标准中的每个示例都由“【例:”开始并由“】”结束。每个注解都由“【注:”开始并由“】”结束。示例和注解可以嵌套。

 

PREV [intro.compliance] | NEXT [syntax] 上一页 【介绍.遵从性】 | 下一页 【语法】
原创粉丝点击