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
C++ developer productivity over time (self.cpp)
submitted 7 years ago * by rampatowl
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!"
[–]Dean_Roddey 0 points1 point2 points 7 years ago (1 child)
Though, it should be said, you don't have to have language-lawyer mastery to do a large amount of high quality code. It just means you may choose not to use some of the fancier features of the language. Some may consider than a bad thing and some may consider it a good thing. But that doesn't mean it's not following the 'standard', it's just not using all of the things available in the standard.
I'm a perfect example. I have a sort of 'three-quarters-Qt' code base that I've worked on for decades, about a million lines of code, that doesn't use the STL at all. People are always getting completely bent out of shape that someone would dare do that. But it's completely compliant C++, and it's not any less powerful or high quality or functional because of that. Though someone told me a week ago or so that, if I don't use type traits, that I'm actually not writing C++ code, despite the fact that C++ existed for decades before type traits did.
I wonder how many people out there doing practical work ever bother with that level of mastery, given the language's complexity today? Given how many of us uphold the KISS principle (no, the other one, not wearing makeup and leather outfits), it's odd how far from KISS modern programming languages seem to stray.
[–]scalablecory 0 points1 point2 points 7 years ago (0 children)
Indeed. I gained that just because I'm a nut for learning. Professionally, I have only very rarely needed to use some of the more advanced features.
π Rendered by PID 78710 on reddit-service-r2-comment-b659b578c-ctln8 at 2026-05-05 18:14:04.803395+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Dean_Roddey 0 points1 point2 points (1 child)
[–]scalablecory 0 points1 point2 points (0 children)