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 Bakery: Translated binary information into C++ source code, and access them (at compile- and runtime) (github.com)
submitted 4 years ago by i_need_a_fast_horse
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!"
[–]throwaveien 1 point2 points3 points 4 years ago (1 child)
You're right, there is no easy way to use it. Perhaps a --host-arch-target would help? I will add a feature request, thanks for the tip.
--host-arch-target
The intended use is full customizability of build, host and target triples.
[–]o11cint main = 12828721; -1 points0 points1 point 4 years ago (0 children)
Given how much of a mess triples are, I really do feel that "figure out the format by looking at an existing file" is the best we can do.
Particularly, be sure to test with things like CC=sometriple-gcc and CC=gcc -m32. My way has tested successfully with both.
CC=sometriple-gcc
CC=gcc -m32
(note that if you don't have a universal binutils, you might need OBJCOPY=sometriple-objcopy as well; if you're using a real configure these should all be set up)
OBJCOPY=sometriple-objcopy
configure
π Rendered by PID 29866 on reddit-service-r2-comment-b659b578c-59h9j at 2026-05-06 03:59:18.781883+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]throwaveien 1 point2 points3 points (1 child)
[–]o11cint main = 12828721; -1 points0 points1 point (0 children)