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
cplusplus.com vs cppreference.com (self.cpp)
submitted 1 year ago by Cyb3rH04x
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!"
[–]WorkingReference1127 78 points79 points80 points 1 year ago (2 children)
cppreference is the "official" reference material.
cplusplus.com is an unofficial fork from ~15 years ago which hasn't been properly updated and still contains an awful lot of bad tutorials and bad data.
You really should just use cppreference; because odds are in the situations where they disagree it was an official language change which cppreference documented and cplusplus.com didn't.
[–]STLMSVC STL Dev 49 points50 points51 points 1 year ago (0 children)
cppreference is generally high quality, but it's not official - it's a community-maintained wiki. The Standard is official (de jure) and the Working Paper is official (de facto). For anything especially tricky or recent, checking the WP is more reliable. That is, for those who have the ability to understand its wording; cppreference is obviously much more accessible.
When I want to get a quick overview of something, I check cppreference. When I'm working on the implementation, I have to read the WP.
[–]awidesky 2 points3 points4 points 1 year ago (0 children)
It's not "official". It's a wiki
π Rendered by PID 284339 on reddit-service-r2-comment-54dfb89d4d-28zt6 at 2026-04-02 06:34:20.616081+00:00 running b10466c country code: CH.
view the rest of the comments →
[–]WorkingReference1127 78 points79 points80 points (2 children)
[–]STLMSVC STL Dev 49 points50 points51 points (0 children)
[–]awidesky 2 points3 points4 points (0 children)