View Single Post
Join Date: Aug 2008
Posts: 83
Reputation: nmaillet is an unknown quantity at this point 
Solved Threads: 18
nmaillet nmaillet is offline Offline
Junior Poster in Training

Re: Howmany byte is pointer?

 
0
  #4
Nov 30th, 2008
It's 4 bytes on a 32-bit system (reason for a 4GB RAM limit), and 8 bytes on a 64-bit system. I believe you can check using something like sizeof(void*).
Last edited by nmaillet; Nov 30th, 2008 at 10:38 pm.
Reply With Quote