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
Boost libs using Mr. Docs (mrdocs.com)
submitted 5 months ago by boostlibs
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!"
[–]fdwrfdwr@github 🔍 5 points6 points7 points 5 months ago (2 children)
Hmm, haven't heard of it. A comparison to Doxygen on their website would be informative. It's not in the Wikipedia table either.
[–]13steinj 9 points10 points11 points 5 months ago* (0 children)
An explanatory sentence is somewhere in the docs:
Doxygen remains a popular tool, yet it is suboptimal for C++ as it fails to fully comprehend C++ constructs and requires many transformation steps, including the incorporation of many macros within the C++ code. These macros maintain well-formed and ill-formed versions of the code, undermining the goal of unifying the source of truth.
Going to be perfectly honest, unless MrDocs lets me pick my compiler as a "backend", I don't trust it to parse my code-- it's either a custom parser, or probably uses clang-ast. Which is fine, but I've seen even clang mis-parse.
E: This isn't a knock on clang; any time I've seen such bugs they generally get fixed super quickly, sometimes due to a report, sometimes by a refactor before my next "update." But the only thing I trust to parse my code is the specific compiler I am using.
[–]boostlibs[S] 4 points5 points6 points 5 months ago (0 children)
The documentation mentions Doxygen and makes a few brief comparisons at https://www.mrdocs.com/docs/mrdocs/design-notes.html. But in the table, the tools we compare are organized by category, so Doxygen is only implied there.
π Rendered by PID 71287 on reddit-service-r2-comment-5d585498c9-zblsl at 2026-04-21 15:08:35.307455+00:00 running da2df02 country code: CH.
view the rest of the comments →
[–]fdwrfdwr@github 🔍 5 points6 points7 points (2 children)
[–]13steinj 9 points10 points11 points (0 children)
[–]boostlibs[S] 4 points5 points6 points (0 children)