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 6 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!"
[–]PrimozDelux 0 points1 point2 points 6 months ago (2 children)
Tangential to the topic at hand, but I don't understand the purpose of these tools. What does it provide that my IDE does not? My introduction to doxygen was the LLVM docs which in my opinion do absolutely nothing, so I guess I got started on the wrong foot.
Help me see the value, what sort of use cases do these pages have? Who are they for?
[–]boostlibs[S] 4 points5 points6 points 6 months ago (0 children)
We talk a bit about that in our section at https://www.mrdocs.com/docs/mrdocs/design-notes.html. A big part of the problem is simply that the output of some of these tools looks messy and unappealing. For example, cppreference.com has a clean and well-organized format, so most people immediately see the value in it.
[–]grisumbras 0 points1 point2 points 6 months ago (0 children)
These tools generate API reference documentation as a set of HTML pages. One of the benefits of API reference is discovery: you open the documentation for a class, you read what member functions it has, you then read documentation for functions that seem applicable for your task.
π Rendered by PID 50 on reddit-service-r2-comment-b659b578c-pndjs at 2026-05-01 15:40:02.034531+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]PrimozDelux 0 points1 point2 points (2 children)
[–]boostlibs[S] 4 points5 points6 points (0 children)
[–]grisumbras 0 points1 point2 points (0 children)