Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

C++ understanding


ghost's Avatar
0 0

im starting to get how C++ works, but i want to understand why i would like a more in-depth look at it for better understanding. If anyone knows wht i mean and could help me with that i would be very grateful, thank you.


ghost's Avatar
0 0

The why of it. I think what you're looking for is information on compiler workings, and how c++ gets translated into machine code (asm). I could be wrong.


ghost's Avatar
0 0

if youre trying to get a look into how, what, why the compiler ends up with the binary, id advise you learn C and C++ 100% before going onto assembler, or maybe start with an easier mid-way like microsoft ASM32 (MASM32) :)

theres a tutorial for beginning with that on fatetek.net :)