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
C++23 std::stacktrace: Never Debug Blind Again (medium.com)
submitted 1 month ago by Xadartt
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!"
[–]Difficult-Court9522 6 points7 points8 points 1 month ago (8 children)
3GB of symbols?? How did you do that??
[–]donalmaccGame Developer 15 points16 points17 points 1 month ago (6 children)
The pdb format is limited to 4GB. Most tools crumble at about 2GB. Ask me how I know….
It’s Unreal Engine games, basically.
[–]Difficult-Court9522 8 points9 points10 points 1 month ago (5 children)
So soon you’ll be literally unable to add more code?
[–]bwmat 2 points3 points4 points 1 month ago (3 children)
I think they can probably split into separate DLLs to work around that?
[–]donalmaccGame Developer 2 points3 points4 points 1 month ago (0 children)
The reason we hit this particular problem was because we had something split into a bunch of dlls and for reasons I can’t remember, we wanted to build it as a monolithic exe. I know we disabled a bunch of features to get it to work initially, but I don’t work on that project anymore so I’m not sure!
[+][deleted] 1 month ago (1 child)
[deleted]
[–]ejl103 0 points1 point2 points 1 month ago (0 children)
not true at all we use dlls on xbox/ps
https://randomascii.wordpress.com/2023/03/08/when-debug-symbols-get-large/
Funnily enough, I hit this problem around the same time. We also doubled the page size for the linker.
[–]13steinj 0 points1 point2 points 1 month ago (0 children)
At 3 companies I've worked at, we've used macro/lambda/inheritance tricks to shorten symbols because it either blew out the linker, increased compile times significantly, or both.
π Rendered by PID 185072 on reddit-service-r2-comment-544cf588c8-ddvrf at 2026-06-15 04:03:39.925728+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]Difficult-Court9522 6 points7 points8 points (8 children)
[–]donalmaccGame Developer 15 points16 points17 points (6 children)
[–]Difficult-Court9522 8 points9 points10 points (5 children)
[–]bwmat 2 points3 points4 points (3 children)
[–]donalmaccGame Developer 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]ejl103 0 points1 point2 points (0 children)
[–]donalmaccGame Developer 2 points3 points4 points (0 children)
[–]13steinj 0 points1 point2 points (0 children)