I participate in a game programming school, and here we need to learn about code speed, which seems important.
Is there any tutorial or list of things you need to know about when programming in C / C ++?
It is interesting about many things, for example, why the default behavior of C occurs by transferring data rather than a link / address, or how the compiler translates an assembly link or how a C loop translates to JMP.
This bothers me because python uses a different way, but on the other hand, python does not use an operator to copy the value, but rather a function that can be syntactically heavy.
I really donβt think that knowing how to program in an assembly is really necessary, because it is painful, I think it just needs to know about the register, etc.
c ++ c assembly memory-management memory
jokoon
source share