language: C++11 (gcc-4.7.2)
date: 138 days 10 hours ago
link:
visibility: public
1
2
3
4
5
int main()
{ 
    int *ptr = NULL;
    return 0;
}
prog.cpp: In function 'int main()':
prog.cpp:3:16: error: 'NULL' was not declared in this scope