NULL | macro |
<cstring> |
Null pointer
This macro expands to a null pointer constant.
A null pointer is generally used to signify that a pointer does not point to any object.
In C++, NULL expands either to 0 or 0L.
![]() |
![]() |
||
![]() |
C++ : Reference : C Library : cstring (string.h) : NULL
|
![]() |
![]() |
|||||||||||||||||||||||||||||||||||||||||||||
![]() |
Null pointer This macro expands to a null pointer constant. A null pointer is generally used to signify that a pointer does not point to any object.
|
|||||||||||||||||||||||||||||||||||||||||||||
© The C++ Resources Network, 2000-2007 - All rights reserved Spotted an error? - contact us |