mirror of
https://github.com/AnthonyCalandra/modern-cpp-features.git
synced 2025-12-17 10:04:35 +03:00
2
CPP11.md
2
CPP11.md
@@ -1,7 +1,7 @@
|
|||||||
# C++11
|
# C++11
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
|
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
|
||||||
|
|
||||||
C++11 includes the following new language features:
|
C++11 includes the following new language features:
|
||||||
- [move semantics](#move-semantics)
|
- [move semantics](#move-semantics)
|
||||||
|
|||||||
2
CPP14.md
2
CPP14.md
@@ -1,7 +1,7 @@
|
|||||||
# C++14
|
# C++14
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
|
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
|
||||||
|
|
||||||
C++14 includes the following new language features:
|
C++14 includes the following new language features:
|
||||||
- [binary literals](#binary-literals)
|
- [binary literals](#binary-literals)
|
||||||
|
|||||||
2
CPP17.md
2
CPP17.md
@@ -1,7 +1,7 @@
|
|||||||
# C++17
|
# C++17
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
|
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
|
||||||
|
|
||||||
C++17 includes the following new language features:
|
C++17 includes the following new language features:
|
||||||
- [template argument deduction for class templates](#template-argument-deduction-for-class-templates)
|
- [template argument deduction for class templates](#template-argument-deduction-for-class-templates)
|
||||||
|
|||||||
2
CPP20.md
2
CPP20.md
@@ -1,7 +1,7 @@
|
|||||||
# C++20
|
# C++20
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
|
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
|
||||||
|
|
||||||
C++20 includes the following new language features:
|
C++20 includes the following new language features:
|
||||||
- [coroutines](#coroutines)
|
- [coroutines](#coroutines)
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# C++20/17/14/11
|
# C++20/17/14/11
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Many of these descriptions and examples come from various resources (see [Acknowledgements](#acknowledgements) section), summarized in my own words.
|
Many of these descriptions and examples are taken from various resources (see [Acknowledgements](#acknowledgements) section) and summarized in my own words.
|
||||||
|
|
||||||
C++20 includes the following new language features:
|
C++20 includes the following new language features:
|
||||||
- [coroutines](#coroutines)
|
- [coroutines](#coroutines)
|
||||||
|
|||||||
Reference in New Issue
Block a user