R
Ron Natalie
llewelly said:If code pointers are 64 bit, why wouldn't void(*)() be 64-bit?
They would. But data pointers (i.e., void*) and longs may still be 32.
llewelly said:If code pointers are 64 bit, why wouldn't void(*)() be 64-bit?
Hi,
is it possible to get the address of operator new/delete and
operator
new[]/delete[] portably? Otherwise I would have to go for a
non-portable and rather unclean solution.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.