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