View Single Post
Old Mar 22nd, 2006, 2:36 PM   #7
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
NULL is really a pointer to 0.
The definition of the NULL pointer is much more complicated. On your system, with your compiler, perhaps its value is zero. Perhaps not. Please be careful with the answers you give novices.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote