int main() { int *p= "hello there"; return 0;}
Standard input is empty
prog.cpp: In function 'int main()': prog.cpp:3: error: cannot convert 'const char*' to 'int*' in initialization
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!