Opening book details…
Can I read Standard for Programming Language C++ (working draft) on EtoBox?
Standard for Programming Language C++ (working draft) by Richard Smith is a nonfiction available to read on EtoBox.
What is Standard for Programming Language C++ (working draft) about?
Contents List of Tables List of Figures 1 General 1.1 Scope 1.2 Normative references 1.3 Terms and definitions 1.4 Implementation compliance 1.5 Structure of this International Standard 1.6 Syntax notation 1.7 The C++ memory model 1.8 The C++ object model 1.9 Program execution 1.10 Multi-threaded executions and data races 1.11 Acknowledgments 2 Lexical conventions 2.1 Separate translation 2.2 Phases of translation 2.3 Character sets 2.4 Preprocessing tokens 2.5 Alternative tokens 2.6 Tokens 2.7 Comments 2.8 Header names 2.9 Preprocessing numbers 2.10 Identifiers 2.11 Keywords 2.12 Operators and punctuators 2.13 Literals 2.13.1 Kinds of literals 2.13.2 Integer literals 2.13.3 Character literals 2.13.4 Floating literals 2.13.5 String literals 2.13.6 Boolean literals 2.13.7 Pointer literals 2.13.8 User-defined literals 3 Basic concepts 3.1 Declarations and definitions 3.2 One definition rule 3.3 Scope 3.3.1 Declarative regions and scopes 3.3.2 Point of declaration 3.3.3 Block scope 3.3.4 Function prototype scope 3.3.5 Function scope 3.3.6 Namespace scope 3.3.7 Class scope 3.3.8 Enumeration scope 3.3.9 Template parameter scope 3.3.10 Name hiding 3.4 Name lookup 3.4.1 Unqualified name l
Who reads Standard for Programming Language C++ (working draft)?
It is typically read by self-directed learners exploring a subject in depth.
Common subject areas: history, science, philosophy, social sciences.
- Author
- Richard Smith
- Published
- 2014
- Language
- EN
- Category
- nonfiction
- Subjects
- Computer Science, Programming, Stem
More by Richard Smith
Browse all works by Richard Smith
Similar books
- Working Draft, Standard for Programming Language C++ N4788 — ISO/IEC (2018)
- Standard for Programming Language C++ (2017)
- The C Programming Language — Brian W. Kernighan, Dennis MacAlistair Ritchie (1988)
- INTERNATIONAL STANDARD ISO/IEC 14882:2020(E) Programming languages — C++ Sixth edition 2020-12 — ISO/IEC JTC 1/SC 22 Programming languages, their environments and system software interfaces (2020)
- The C++ Programming Language — Bjarne Stroustrup (2013)
- Programming in Standard ML (11.02.11 draft) — Robert Harper