Hacker News new | ask | show | jobs
by jdporter 972 days ago
> Your compiled C or C++ program will be very different from the code you wrote

Sorry, you just lost beaucoup credibility points. C is just "high-level assembly language". The output looks exactly like the input, modulo some optimizations by the compiler. Every computer programmer knows this. Or should.