#include <iostream> using namespace std; int main() { int **a = nullptr; return 0;}
Standard input is empty
prog.cpp: In function 'int main()': prog.cpp:7:13: error: 'nullptr' was not declared in this scope
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!