fork(10) download
  1. // Hello world, By David Bolton http://c...content-available-to-author-only...t.com
  2. #include <iostream>
  3.  
  4. int main(int argc, char * args[]) {
  5. std::cout << "Hello World" << std::endl
  6. return 1;
  7. }
Compilation error #stdin compilation error #stdout 0.01s 1676KB
stdin
Standard input is empty
compilation info
prog.c:2:20: error: iostream: No such file or directory
prog.c: In function ‘main’:
prog.c:5: error: expected expression before ‘:’ token
prog.c:5: warning: label ‘std’ defined but not used
stdout
Standard output is empty