SyntaxFix
Write A Post
Hire A Developer
Questions
You can cast it to an intptr_t type. It's an int type guaranteed to be big enough to contain a pointer. Use #include <cstdint> to define it.
intptr_t
int
#include <cstdint>