lower and higher part of a variable
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hello. I am new to MFC and C++ in general. I am interested in how to get the lower and higher parts of a DWORD variable?
-
Hello. I am new to MFC and C++ in general. I am interested in how to get the lower and higher parts of a DWORD variable?
-
Hello. I am new to MFC and C++ in general. I am interested in how to get the lower and higher parts of a DWORD variable?
Have a llot at
LOWORD
and similar macros on MSDN http://msdn2.microsoft.com/en-us/library/ms632659.aspx[^]. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.