Created
March 13, 2019 21:02
-
-
Save shorttermmem/53fdd1329bdc5af76a7848b059a618f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
short* p = (short *)&(pDstResource); | |
std::wstring pointer = L"\t 0x" + std::to_wstring(*p) + L" - "; | |
OutputDebugStringW(pointer.c_str()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment