Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- union FLINT {
- DWORD dwVal;
- FLOAT fVal;
- };
- FLINT fThis;
- fThis.dwVal = X;
- std::cout << "X = " << fThis.dwVal << std::endl << "H = " << H;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement