Advertisement
Guest User

Untitled

a guest
Sep 12th, 2014
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. D:\path\to\submissions>g++ --std=c++11 -O3 feersum.cpp
  2. feersum.cpp: In function 'void endit()':
  3. feersum.cpp:96:5: error: 'this_thread' has not been declared
  4. this_thread::sleep_for(chrono::seconds(599));
  5. ^
  6. feersum.cpp: In function 'int main(int, char**)':
  7. feersum.cpp:104:46: error: 'stricmp' was not declared in this scope
  8. print |= ac>1 && !stricmp(av[1], "-P");
  9. ^
  10. feersum.cpp:108:5: error: 'thread' was not declared in this scope
  11. thread KILLER;
  12. ^
  13. feersum.cpp:108:12: error: expected ';' before 'KILLER'
  14. thread KILLER;
  15. ^
  16. feersum.cpp:110:9: error: 'KILLER' was not declared in this scope
  17. KILLER = thread(endit);
  18. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement