diff --git a/en-US/CXX-Std.xml b/en-US/CXX-Std.xml index 155f70c..20490f5 100644 --- a/en-US/CXX-Std.xml +++ b/en-US/CXX-Std.xml @@ -2,19 +2,19 @@
- The C++ standard library + The C++ Standard Library The C++ standard library includes most of its C counterpart by reference, see .
- Functions that are difficult to use + Functions That Are Difficult to Use This section collects functions and function templates which are part of the standard library and are difficult to use.
- Unpaired iterators + Unpaired Iterators Functions which use output operators or iterators which do not come in pairs (denoting ranges) cannot perform iterator range @@ -63,7 +63,7 @@
- String handling with <literal>std::string</literal> + String Handling with <literal>std::string</literal> The std::string class provides a convenient way to handle strings. Unlike C strings,