mirror of
https://github.com/AnthonyCalandra/modern-cpp-features.git
synced 2025-12-16 17:47:02 +03:00
2
CPP11.md
2
CPP11.md
@@ -1,7 +1,7 @@
|
||||
# C++11
|
||||
|
||||
## 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:
|
||||
- [move semantics](#move-semantics)
|
||||
|
||||
2
CPP14.md
2
CPP14.md
@@ -1,7 +1,7 @@
|
||||
# C++14
|
||||
|
||||
## 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:
|
||||
- [binary literals](#binary-literals)
|
||||
|
||||
2
CPP17.md
2
CPP17.md
@@ -1,7 +1,7 @@
|
||||
# C++17
|
||||
|
||||
## 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:
|
||||
- [template argument deduction for class templates](#template-argument-deduction-for-class-templates)
|
||||
|
||||
2
CPP20.md
2
CPP20.md
@@ -1,7 +1,7 @@
|
||||
# C++20
|
||||
|
||||
## 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:
|
||||
- [coroutines](#coroutines)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# C++20/17/14/11
|
||||
|
||||
## 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:
|
||||
- [coroutines](#coroutines)
|
||||
|
||||
Reference in New Issue
Block a user