Function Calls, Part 4 (What Exactly Is "this"?)
Learn about a dissasembly view of function calls, and decipher the __thiscall calling convention.
Learn about a dissasembly view of function calls, and decipher the __thiscall calling convention.
Explore a dissasembly view of function calls, including organization of the stack for local variables and the concept of stack frames and frame pointers.
Read a dissasembly view of function calls, explaining organization of the stack and the behavior in the context of different calling conventions.
Begin a journey into the inner workings of how function calls work on x86 platforms,
Learn about an approach to creating thunks/trampolines to non-static member functions in 32-bit VC++.
Read a quick review of the dangers surrounding static variables in multi-threaded and potentially multi-core/CPU environments.
Call Assembly language with the help of VC++ and Java by using JNI (Java Native Interface).