tmp/tmp68jztn0s/{from.md → to.md}
RENAMED
|
@@ -1,15 +1,15 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
-
This
|
| 4 |
-
|
| 5 |
-
implement the language,
|
| 6 |
-
|
| 7 |
-
|
| 8 |
|
| 9 |
C++is a general purpose programming language based on the C programming
|
| 10 |
-
language as described in ISO/IEC 9899:
|
| 11 |
(hereinafter referred to as the *C standard*). In addition to the
|
| 12 |
facilities provided by C, C++provides additional data types, classes,
|
| 13 |
templates, exceptions, namespaces, operator overloading, function name
|
| 14 |
overloading, references, free store management operators, and additional
|
| 15 |
library facilities.
|
|
|
|
| 1 |
+
# Scope <a id="intro.scope">[[intro.scope]]</a>
|
| 2 |
|
| 3 |
+
This document specifies requirements for implementations of the
|
| 4 |
+
C++programming language. The first such requirement is that they
|
| 5 |
+
implement the language, so this document also defines C++. Other
|
| 6 |
+
requirements and relaxations of the first requirement appear at various
|
| 7 |
+
places within this document.
|
| 8 |
|
| 9 |
C++is a general purpose programming language based on the C programming
|
| 10 |
+
language as described in ISO/IEC 9899:2011 *Programming languages — C*
|
| 11 |
(hereinafter referred to as the *C standard*). In addition to the
|
| 12 |
facilities provided by C, C++provides additional data types, classes,
|
| 13 |
templates, exceptions, namespaces, operator overloading, function name
|
| 14 |
overloading, references, free store management operators, and additional
|
| 15 |
library facilities.
|