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
Copy file name to clipboardExpand all lines: CppCoreGuidelines.md
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19420,6 +19420,7 @@ Reference sections:
19420
19420
* [RF.web: Websites](#SS-web)
19421
19421
* [RS.video: Videos about "modern C++"](#SS-vid)
19422
19422
* [RF.man: Manuals](#SS-man)
19423
+
* [RF.core: Core Guidelines materials](#SS-core)
19423
19424
19424
19425
## <a name="SS-rules"></a>RF.rules: Coding rules
19425
19426
@@ -19504,7 +19505,10 @@ A textbook for beginners and relative novices.
19504
19505
* Bjarne Stroustrup: [The Essence of C++: With Examples in C++84, C++98, C++11, and C++14](http://channel9.msdn.com/Events/GoingNative/2013/Opening-Keynote-Bjarne-Stroustrup). 2013
19505
19506
* All the talks from [CppCon '14](https://isocpp.org/blog/2014/11/cppcon-videos-c9)
19506
19507
* Bjarne Stroustrup: [The essence of C++](https://www.youtube.com/watch?v=86xWVb4XIyE) at the University of Edinburgh. 2014.
19507
-
* Sutter: ???
19508
+
* Bjarne Stroustrup: [The Evolution of C++ Past, Present and Future](https://www.youtube.com/watch?v=_wzc7a3McOs). Cppcon 2016 keynote.
* Stroustrup, Sutter, and Dos Reis: [A brief introduction to C++’s model for type- and resource-safety](http://www.stroustrup.com/resource-model.pdf). A paper with lots of examples.
0 commit comments