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