1 / 1334
文档名称:

[ISO.IEC]Standard.for.Programming.Language.C++,.Working.Draft.N3242(2011-02-28).pdf

格式:pdf   页数:1,334
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

[ISO.IEC]Standard.for.Programming.Language.C++,.Working.Draft.N3242(2011-02-28).pdf

上传人:kuo08091 2013/12/13 文件大小:0 KB

下载得到文件列表

[ISO.IEC]Standard.for.Programming.Language.C++,.Working.Draft.N3242(2011-02-28).pdf

文档介绍

文档介绍:Document Number: N3242=11-0012
Date: 2011-02-28
Revises: N3225
Reply to: Pete Becker
Roundhouse Consulting, Ltd.
pete@
Working Draft, Standard for Programming
Language C++
Note: this is an early draft. It’s known to be plet and incorrekt, and it has lots of bad
formatting.
c ISO/IEC N3242=11-0012
Contents
Contents ii
List of Tables x
List of Figures xiv
1 General 1
Scope . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Normative references . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
Terms and definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
pliance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
Structure of this International Standard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Syntax notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
The C++ memory model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
The C++ object model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Program execution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Multi-threaded executions and data races . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
2 Lexical conventions 17
Separate translation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Phases of translation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Character sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
Trigraph sequences . . . . . . . . . . . . . . . . . . . . . . . . . . . .