hello to all,
i am learning c++ and while looking at some code, i came upon this: *(float*) and
*(DWORD*).
for example
#define adress_1 0x00AA8B20
*(float*) adress_1 = 5000000;
so can you explain what the *(float*) and *(DWORD*) do.
and i did try and search on google but didnt get very far