best D way to port C style array of void*

Michael pr at m1xa.com
Wed Feb 6 10:50:41 PST 2013


Just a note. Be careful with void* pointers. In D it have a 32bit 
length on x86 machines and 64bit length on x86_64 machines. 
Probaly in C with different compilers it's may vary.



More information about the Digitalmars-d-learn mailing list