hey guys,
i need help with understandind this code-actually just some parts of it. can you explain to me what the purpose of this is:
*(float*) variable = 34;
i can understand the variable = 34 part just not the *(float*) part. what does it do?
also what is the function of this: (DWORD*)
in this code
#define variable 0x00CB11C8
(some variable/pointer) = (DWORD*)variable
i think this code is from MFC (microsoft foundation class)
any help is appreciated