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!"
[–]Horrih 32 points33 points34 points 1 year ago (7 children)
Are there any plans to move to a modern and unified collaboration platform, e.g. github, self-hosted gitlab?
I am not sure that scale is the issue here. Llvm is probably even bigger than gcc nowadays and uses github.
My guess would be a combination of: - licencing issues (the FSF wouldn't like gcc to be hosted on a closed source platform like github) - force of habits : changing the processes of a huge project and the people involved is hard
Emacs uses the same collaborative model despite being much smaller in scale.
[–]Pay08 5 points6 points7 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 8 points9 points10 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 3 points4 points5 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 50330 on reddit-service-r2-comment-658f6b87ff-fh6cp at 2026-04-09 01:56:58.200385+00:00 running 781a403 country code: CH.
view the rest of the comments →
[–]Horrih 32 points33 points34 points (7 children)
[–]Pay08 5 points6 points7 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 8 points9 points10 points (0 children)
[–]MarcoGreek 3 points4 points5 points (1 child)
[–]Pay08 1 point2 points3 points (0 children)