Changes in Readme (#101)

* Changes in Readme

* Changes in CPP Files
This commit is contained in:
Hriday Sharma
2021-07-19 22:30:52 +05:30
committed by GitHub
parent 8fedee0b8a
commit 39f2281bbf
5 changed files with 5 additions and 5 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)