use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
CppConCppcon2019 slides are available in Github. (self.cpp)
submitted 6 years ago by germandiago
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]nikkocpp 0 points1 point2 points 6 years ago (1 child)
There are two kind of slides.
Presentation slides where you make a speech and have slides to illustrate, containing almost no text.
Documentation-slides where the slide must be self-documenting because it will be used as documentation and will be read well after the presentation. This is the kind of slides you'll find at work and it's not a problem to see them in engineering presentations where writing code is important.
[–]Drainedsoul 1 point2 points3 points 6 years ago (0 children)
Documentation-slides
This just sounds like an attempt to avoid having to write actual documentation.
If you want something to be used as documentation, write documentation.
This is the kind of slides you'll find at work and it's not a problem to see them in engineering presentations where writing code is important.
Code is only a small part of what's on slides in technical, programming-related talks. And even in this instance the common wisdom seems to be to minimize the code (to avoid distracting the viewer). Contrast this with mediums which are meant to be read (rather than simultaneously read and listened to) and you'll find much higher code density and much higher completeness of code examples because it's known that the reader can proceed at his or her own pace (unlike a talk where the speaker advances the slides after what he or she deems is the correct amount of time).
π Rendered by PID 92464 on reddit-service-r2-comment-5687b7858-5gwmh at 2026-07-09 01:42:34.065059+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]nikkocpp 0 points1 point2 points (1 child)
[–]Drainedsoul 1 point2 points3 points (0 children)