wyrd
Senior Contributor
String str = null;
I forget how much memory a pointer takes.. is it 2 bytes? And 1024 bytes per meg right?
I forget how much memory a pointer takes.. is it 2 bytes? And 1024 bytes per meg right?
PlausiblyDamp said:Pointers should be specific to the OS architecture. In a 32-bit version of windows a pointer needs to be able to address 4G of ram - therefore 32 bits long.