Re: pointer to string and then back to pointer on a 64 bit machine.
Tor Rustad wrote:
True. I know that, but never seem to remember to mention it.
--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home .att.net>
--
Posted via a free Usenet account from http://www.teranews.com
Tor Rustad wrote:
CBFalconer wrote:
>
[...]
>
>
Nope. All pointers to objects can, but there is no such guarantee
for function pointers.
>
[...]
>
>No. All pointers can be cast to void* and back to the same type.
Nope. All pointers to objects can, but there is no such guarantee
for function pointers.
--
Chuck F (cbfalconer at maineline dot net)
Available for consulting/temporary embedded and systems.
<http://cbfalconer.home .att.net>
--
Posted via a free Usenet account from http://www.teranews.com
Comment