|
1 | | -# [C-C++ Language and Standard Libraries](c-cpp-language-and-standard-libraries.md) |
2 | | -# [Welcome Back to C++ (Modern C++)](welcome-back-to-cpp-modern-cpp.md) |
3 | | -## [Support For C++11-14-17 Features (Modern C++)](support-for-cpp11-14-17-features-modern-cpp.md) |
4 | | -## [C++ Type System (Modern C++)](cpp-type-system-modern-cpp.md) |
5 | | -### [Value Types (Modern C++)](value-types-modern-cpp.md) |
6 | | -### [Type Conversions and Type Safety (Modern C++)](type-conversions-and-type-safety-modern-cpp.md) |
7 | | -## [Uniform Initialization and Delegating Constructors](uniform-initialization-and-delegating-constructors.md) |
8 | | -## [Object Lifetime And Resource Management (Modern C++)](object-lifetime-and-resource-management-modern-cpp.md) |
9 | | -## [Objects Own Resources (RAII)](objects-own-resources-raii.md) |
10 | | -## [Smart Pointers (Modern C++)](smart-pointers-modern-cpp.md) |
11 | | -### [How to: Create and Use unique_ptr Instances](how-to-create-and-use-unique-ptr-instances.md) |
12 | | -### [How to: Create and Use shared_ptr Instances](how-to-create-and-use-shared-ptr-instances.md) |
13 | | -### [How to: Create and Use weak_ptr Instances](how-to-create-and-use-weak-ptr-instances.md) |
14 | | -### [How to: Create and Use CComPtr and CComQIPtr Instances](how-to-create-and-use-ccomptr-and-ccomqiptr-instances.md) |
15 | | -## [Pimpl For Compile-Time Encapsulation (Modern C++)](pimpl-for-compile-time-encapsulation-modern-cpp.md) |
16 | | -## [Containers (Modern C++)](containers-modern-cpp.md) |
17 | | -## [Algorithms (Modern C++)](algorithms-modern-cpp.md) |
18 | | -## [String and I-O Formatting (Modern C++)](string-and-i-o-formatting-modern-cpp.md) |
19 | | -## [Errors and Exception Handling (Modern C++)](errors-and-exception-handling-modern-cpp.md) |
20 | | -### [How to: Design for Exception Safety](how-to-design-for-exception-safety.md) |
21 | | -### [How to: Interface Between Exceptional and Non-Exceptional Code](how-to-interface-between-exceptional-and-non-exceptional-code.md) |
22 | | -## [Portability At ABI Boundaries (Modern C++)](portability-at-abi-boundaries-modern-cpp.md) |
23 | 1 | # [C++ Language Reference](cpp-language-reference.md) |
24 | 2 | ## [Lexical Conventions](lexical-conventions.md) |
25 | 3 | ### [Overview of File Translation](overview-of-file-translation.md) |
|
419 | 397 | ## [Microsoft Extensions](microsoft-extensions.md) |
420 | 398 | ## [Nonstandard Behavior](nonstandard-behavior.md) |
421 | 399 | ### [Compiler Limits](compiler-limits.md) |
| 400 | +# [Welcome Back to C++ (Modern C++)](welcome-back-to-cpp-modern-cpp.md) |
| 401 | +## [Support For C++11-14-17 Features (Modern C++)](support-for-cpp11-14-17-features-modern-cpp.md) |
| 402 | +## [C++ Type System (Modern C++)](cpp-type-system-modern-cpp.md) |
| 403 | +### [Value Types (Modern C++)](value-types-modern-cpp.md) |
| 404 | +### [Type Conversions and Type Safety (Modern C++)](type-conversions-and-type-safety-modern-cpp.md) |
| 405 | +## [Uniform Initialization and Delegating Constructors](uniform-initialization-and-delegating-constructors.md) |
| 406 | +## [Object Lifetime And Resource Management (Modern C++)](object-lifetime-and-resource-management-modern-cpp.md) |
| 407 | +## [Objects Own Resources (RAII)](objects-own-resources-raii.md) |
| 408 | +## [Smart Pointers (Modern C++)](smart-pointers-modern-cpp.md) |
| 409 | +### [How to: Create and Use unique_ptr Instances](how-to-create-and-use-unique-ptr-instances.md) |
| 410 | +### [How to: Create and Use shared_ptr Instances](how-to-create-and-use-shared-ptr-instances.md) |
| 411 | +### [How to: Create and Use weak_ptr Instances](how-to-create-and-use-weak-ptr-instances.md) |
| 412 | +### [How to: Create and Use CComPtr and CComQIPtr Instances](how-to-create-and-use-ccomptr-and-ccomqiptr-instances.md) |
| 413 | +## [Pimpl For Compile-Time Encapsulation (Modern C++)](pimpl-for-compile-time-encapsulation-modern-cpp.md) |
| 414 | +## [Containers (Modern C++)](containers-modern-cpp.md) |
| 415 | +## [Algorithms (Modern C++)](algorithms-modern-cpp.md) |
| 416 | +## [String and I-O Formatting (Modern C++)](string-and-i-o-formatting-modern-cpp.md) |
| 417 | +## [Errors and Exception Handling (Modern C++)](errors-and-exception-handling-modern-cpp.md) |
| 418 | +### [How to: Design for Exception Safety](how-to-design-for-exception-safety.md) |
| 419 | +### [How to: Interface Between Exceptional and Non-Exceptional Code](how-to-interface-between-exceptional-and-non-exceptional-code.md) |
| 420 | +## [Portability At ABI Boundaries (Modern C++)](portability-at-abi-boundaries-modern-cpp.md) |
0 commit comments