File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ Answers a lot of very specific questions about the C++ language.
11
11
12
12
## [ www.learncpp.com's C++ Tutorial] ( https://www.learncpp.com/ )
13
13
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.
16
16
17
17
## [ www.cprogramming.com's C++ Tutorial] ( https://www.cprogramming.com/tutorial/c++-tutorial.html )
18
18
19
19
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.
22
22
The newer articles about C++11 features are very good though.
23
23
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 )
25
25
26
26
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).
27
27
You can’t perform that action at this time.
0 commit comments