programming.nbk: Home | Index | Next Page: pack | Previous Page: Methods


 NULL

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.


programming.nbk: Home | Index | Next Page: pack | Previous Page: Methods


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time