I cant upgrade reinterpret_cast function to newer version

0

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);
c++
asked on Stack Overflow Apr 29, 2020 by Ciii • edited Apr 29, 2020 by Ciii

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0