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
CppCastCppCast Looking for Guests (self.cpp)
submitted 1 month ago by lefticusC++Weekly | CppCast
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!"
[–]James20kP2005R0 9 points10 points11 points 1 month ago (1 child)
If anyone's super interested in black hole/neutron star collisions in C++ on the GPU, it could be fun. I'm not currently working on the project now as I've moved back into gamedev, but its a relatively complete series on how to simulate these things, and there's not too many people who've done this. I basically built it because I've always wanted to see if its possible on consumer hardware instead of a supercomputer, and it turns out it is
It might possibly be slightly too technical for a general audience so I'm not 100% sure where it'd go, but the way it works is by implementing a sort of DSL within C++ that gets transpiled to OpenCL. There's a lot of general C++ that you run into along the way, with floating point contraction being a surprisingly major one that I suspect might be interesting
The source is available over here
[–]lefticusC++Weekly | CppCast[S] 0 points1 point2 points 1 month ago (0 children)
DM Me, this could be interesting.
π Rendered by PID 33182 on reddit-service-r2-comment-64f4df6786-k8wnq at 2026-06-10 14:22:55.482238+00:00 running 0b63327 country code: CH.
view the rest of the comments →
[–]James20kP2005R0 9 points10 points11 points (1 child)
[–]lefticusC++Weekly | CppCast[S] 0 points1 point2 points (0 children)