I am trying to upgrade my code to a new c ++ version, but I couldn't do it in the reinterpret_cast function. How to get the right use?
#define ci_Interface *(reinterpret_cast(0x00000000))
#define ptr 0x00000000
std::wstring message("Hello World");
reinterpret_cast<int*>(ptr)(ci_Interface, &message);
User contributions licensed under CC BY-SA 3.0