Skip to content

Commit

Permalink
Changes in Readme (AnthonyCalandra#101)
Browse files Browse the repository at this point in the history
* Changes in Readme

* Changes in CPP Files
  • Loading branch information
hriday408 authored Jul 19, 2021
1 parent 8fedee0 commit 39f2281
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CPP11.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CPP14.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CPP17.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CPP20.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 39f2281

Please sign in to comment.