I get this message when compiling C++ on gcc 4.3
error: ‘NULL’ was not declared in this scope
It appears and disappears and I don\'t know w
NULL can also be found in:
#include
String.h will pull in the NULL from somewhere else.