class Node { int data; Node next; }
Standard input is empty
prog.c:1:1: error: unknown type name ‘class’ class Node ^~~~~ prog.c:2:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token { ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!