fork download
  1. struct Demo {
  2. void foo() {
  3. Demo d;
  4. this = &d;
  5. }
  6. };
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In member function ‘void Demo::foo()’:
prog.cpp:4: error: lvalue required as left operand of assignment
stdout
Standard output is empty