You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hands down the best C++ reference next to the standard itself
7
7
8
8
## [isocpp.org's FAQ](https://isocpp.org/faq)
9
9
10
10
Answers a lot of very specific questions about the C++ language.
11
11
12
-
## [www.learncpp.com's C++ Tutorial](http://www.learncpp.com/)
12
+
## [www.learncpp.com's C++ Tutorial](https://www.learncpp.com/)
13
13
14
14
One of the best C++ tutorials out there.
15
15
Teaches C++11 techniques right from the start.
@@ -25,11 +25,11 @@ The newer articles about C++11 features are very good though.
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
28
-
There's **[a version specifically formatted for web browsing](http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)** if you prefer that to markdown documents.
28
+
There's **[a version specifically formatted for web browsing](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)** if you prefer that to markdown documents.
0 commit comments