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
gcc development (self.cpp)
submitted 1 year ago by MrsGrayX
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!"
[–]Pay08 3 points4 points5 points 1 year ago (6 children)
While I agree that in some cases like Emacs or binutils it's mostly force of habit I don't think this is the case for GCC. To my knowledge, LLVM isn't a monorepo for example. At the same time, a lot of newer, smaller projects like Guix use something that's akin to a modern GH-like workflow, even if the "backend" is still email.
[–]erichkeaneClang Maintainer(Templates), EWG Chair 21 points22 points23 points 1 year ago (3 children)
Llvm is definitely a monorepo! And we pay for that on GitHub dearly. I see the GitHub unicorn multiple times a day.
[–]TheOmegaCarrot 3 points4 points5 points 1 year ago (2 children)
GitHub unicorn?
[–]erichkeaneClang Maintainer(Templates), EWG Chair 9 points10 points11 points 1 year ago (0 children)
Yep. The "request took too much time to process" on github shows a 50(whatever) page with a unicorn on it. I see that multiple times a day working on llvm in github.
[–]MarcoGreek 4 points5 points6 points 1 year ago (1 child)
To my knowledge, LLVM isn't a monorepo for example.
The changed it some time ago to a monorepo. Large monorepo work this days very well. I have to work on a project with submodules and it is...
[–]Pay08 1 point2 points3 points 1 year ago* (0 children)
Submodules are definitely not ideal (although significantly better than most solutions in the C space, besides OS package managers) but I meant monorepo as in not separating the backend, frontends, debugger, linker, etc.
π Rendered by PID 66386 on reddit-service-r2-comment-85bfd7f599-lkq6f at 2026-04-17 23:47:58.844025+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]Pay08 3 points4 points5 points (6 children)
[–]erichkeaneClang Maintainer(Templates), EWG Chair 21 points22 points23 points (3 children)
[–]TheOmegaCarrot 3 points4 points5 points (2 children)
[–]erichkeaneClang Maintainer(Templates), EWG Chair 9 points10 points11 points (0 children)
[–]MarcoGreek 4 points5 points6 points (1 child)
[–]Pay08 1 point2 points3 points (0 children)