Skip to content

Commit 9472111

Browse files
Talk materials list
Issue #929. It would be nice to have more material, and I haven't yet uploaded all slides.
1 parent 8cc76e2 commit 9472111

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CppCoreGuidelines.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19420,6 +19420,7 @@ Reference sections:
1942019420
* [RF.web: Websites](#SS-web)
1942119421
* [RS.video: Videos about "modern C++"](#SS-vid)
1942219422
* [RF.man: Manuals](#SS-man)
19423+
* [RF.core: Core Guidelines materials](#SS-core)
1942319424

1942419425
## <a name="SS-rules"></a>RF.rules: Coding rules
1942519426

@@ -19504,7 +19505,10 @@ A textbook for beginners and relative novices.
1950419505
* 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
1950519506
* All the talks from [CppCon '14](https://isocpp.org/blog/2014/11/cppcon-videos-c9)
1950619507
* 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.
19509+
* Bjarne Stroustrup: [Make Simple Tasks Simple!](https://www.youtube.com/watch?v=nesCaocNjtQ). Cppcon 2014 keynote.
19510+
* Bjarne Stroustrup: [Writing Good C++14](https://www.youtube.com/watch?v=1OEu9C51K2A). Cppcon 2015 keynote about the Core Guidelines.
19511+
* Herb Sutter: [Writing Good C++14... By Default](https://www.youtube.com/watch?v=hEx5DNLWGgA). Cppcon 2015 keynote about the Core Guidelines.
1950819512
* CppCon 15
1950919513
* ??? C++ Next
1951019514
* ??? Meting C++
@@ -19519,6 +19523,26 @@ A textbook for beginners and relative novices.
1951919523
* [ISO C++ Concepts TS](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4553.pdf).
1952019524
* [WG21 Ranges report](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/n4569.pdf). Draft.
1952119525

19526+
19527+
## <a name="SS-core"></a>RF.core: Core Guidelines materials
19528+
19529+
This section contains materials that has been useful for presenting the core guidelines and the ideas behind them:
19530+
19531+
* [Our documents directory](https://github.com/isocpp/CppCoreGuidelines/tree/master/docs)
19532+
* 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.
19533+
* Segey Subkov: [a Core Guidelines talk](https://www.youtube.com/watch?v=DyLwdl_6vmU)
19534+
and here are the [slides](http://2017.cppconf.ru/talks/sergey-zubkov). In Russian. 2017.
19535+
* Neil MacIntosh: [The Guideline Support Library: One Year Later](https://www.youtube.com/watch?v=_GhNnCuaEjo). Cppcon 2016.
19536+
* Bjarne Stroustrup: [Writing Good C++14](https://www.youtube.com/watch?v=1OEu9C51K2A). Cppcon 2015 keynote.
19537+
* Herb Sutter: [Writing Good C++14... By Default](https://www.youtube.com/watch?v=hEx5DNLWGgA). Cppcon 2015 keynote.
19538+
* Peter Sommerlad: [C++ Core Guidelines - Modernize your C++ Code Base](https://www.youtube.com/watch?v=fQ926v4ZzAM). ACCU 2017.
19539+
* Bjarne Stroustrup: [No Littering!](https://www.youtube.com/watch?v=01zI9kV4h8c). Bay Area ACCU 2016.
19540+
It gives some idea of the ambition level for the Core uidelines.
19541+
19542+
Note that slides for Cppcon presentations are available (links with the posted videos videos).
19543+
19544+
Contributions to this list would be most welcome.
19545+
1952219546
## <a name="SS-ack"></a>Acknowledgements
1952319547

1952419548
Thanks to the many people who contributed rules, suggestions, supporting information, references, etc.:

0 commit comments

Comments
 (0)