Skip to content

Commit a277364

Browse files
authored
Adjust wording
1 parent b8ad913 commit a277364

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CppResources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ Answers a lot of very specific questions about the C++ language.
1111

1212
## [www.learncpp.com's C++ Tutorial](https://www.learncpp.com/)
1313

14-
One of the best C++ tutorials out there.
15-
Teaches C++11 techniques right from the start.
14+
One of the best C++ tutorials out there.
15+
Teaches modern C++ techniques right from the start.
1616

1717
## [www.cprogramming.com's C++ Tutorial](https://www.cprogramming.com/tutorial/c++-tutorial.html)
1818

1919
A decent C++ tutorial from a website with a number of good articles.
20-
Although some of their advice is outdated or flawed,
21-
so take some of the advice with a grain of salt (particularly their explanation of `inline`).
20+
However, some of their advice is outdated or flawed,
21+
so take some of the advice with a grain of salt.
2222
The newer articles about C++11 features are very good though.
2323

24-
## [Cpp Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/README.md)
24+
## [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines/blob/master/README.md)
2525

2626
An excellent guide on how to write good C++ code, with input from Bjarne Stroustrup (creator of C++) and Herb Sutter (world-renowned C++ expert).
2727

0 commit comments

Comments
 (0)