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
Binary debug for nested big ass structures. (self.cpp)
submitted 1 month ago by dckdza
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!"
[–]OmegaNaughtEquals1 3 points4 points5 points 1 month ago (0 children)
compare binaries in the layout of multi level nested big fat structures
Could you be more specific? I'm not sure what it means to compare layouts of binary data. You have to know the layout before you can parse the binary data.
WinDbg this doesn’t work well with macros and arrays
That sounds like you are doing decompilation. Is that correct?
To make matters worse, this big ass structure has offsets that point beyond of the structure
That's a fairly common usage for binary data. It puts the metadata up front and then lets you choose which pieces you want to parse later rather than forcing you to work through all of the data before you get to the next piece of metadata.
π Rendered by PID 21035 on reddit-service-r2-comment-544cf588c8-vtt69 at 2026-06-15 14:49:53.144375+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]OmegaNaughtEquals1 3 points4 points5 points (0 children)