Guest User

Untitled

a guest
Jun 23rd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. ------ Build started: Project: Exercise 1, Configuration: Release Win32 ------
  2. Compiling...
  3. Exercise 1.cpp
  4. .\Exercise 1.cpp(1) : warning C4627: '#include <iostream>': skipped when looking for precompiled header use
  5. Add directive to 'stdafx.h' or rebuild precompiled header
  6. .\Exercise 1.cpp(2) : warning C4627: '#include <string>': skipped when looking for precompiled header use
  7. Add directive to 'stdafx.h' or rebuild precompiled header
  8. .\Exercise 1.cpp(3) : warning C4627: '#include <vector>': skipped when looking for precompiled header use
  9. Add directive to 'stdafx.h' or rebuild precompiled header
  10. .\Exercise 1.cpp(6) : error C2653: 'std' : is not a class or namespace name
  11. .\Exercise 1.cpp(6) : error C2873: 'string' : symbol cannot be used in a using-declaration
  12. .\Exercise 1.cpp(7) : error C2653: 'std' : is not a class or namespace name
  13. .\Exercise 1.cpp(7) : error C2873: 'vector' : symbol cannot be used in a using-declaration
  14. .\Exercise 1.cpp(10) : error C3861: 'srand': identifier not found
  15. .\Exercise 1.cpp(10) : error C3861: 'time': identifier not found
  16. .\Exercise 1.cpp(12) : error C2065: 'vector' : undeclared identifier
  17. .\Exercise 1.cpp(12) : error C2065: 'string' : undeclared identifier
  18. .\Exercise 1.cpp(12) : error C2065: 'words' : undeclared identifier
  19. .\Exercise 1.cpp(13) : error C2065: 'words' : undeclared identifier
  20. .\Exercise 1.cpp(13) : error C2228: left of '.push_back' must have class/struct/union
  21. type is ''unknown-type''
  22. .\Exercise 1.cpp(14) : error C2065: 'words' : undeclared identifier
  23. .\Exercise 1.cpp(14) : error C2228: left of '.push_back' must have class/struct/union
  24. type is ''unknown-type''
  25. .\Exercise 1.cpp(16) : error C2065: 'string' : undeclared identifier
  26. .\Exercise 1.cpp(16) : error C2146: syntax error : missing ';' before identifier 'word'
  27. .\Exercise 1.cpp(16) : error C2065: 'word' : undeclared identifier
  28. .\Exercise 1.cpp(16) : error C2065: 'words' : undeclared identifier
  29. .\Exercise 1.cpp(16) : error C2065: 'words' : undeclared identifier
  30. .\Exercise 1.cpp(16) : error C2228: left of '.size' must have class/struct/union
  31. type is ''unknown-type''
  32. .\Exercise 1.cpp(16) : error C3861: 'rand': identifier not found
  33. .\Exercise 1.cpp(17) : error C2065: 'string' : undeclared identifier
  34. .\Exercise 1.cpp(17) : error C2146: syntax error : missing ';' before identifier 'answer'
  35. .\Exercise 1.cpp(17) : error C2065: 'answer' : undeclared identifier
  36. .\Exercise 1.cpp(18) : error C2065: 'string' : undeclared identifier
  37. .\Exercise 1.cpp(18) : error C2146: syntax error : missing ';' before identifier 'input'
  38. .\Exercise 1.cpp(18) : error C2065: 'input' : undeclared identifier
  39. .\Exercise 1.cpp(22) : error C2065: 'word' : undeclared identifier
  40. .\Exercise 1.cpp(22) : error C2228: left of '.size' must have class/struct/union
  41. type is ''unknown-type''
  42. .\Exercise 1.cpp(23) : error C2065: 'answer' : undeclared identifier
  43. .\Exercise 1.cpp(26) : error C2653: 'std' : is not a class or namespace name
  44. .\Exercise 1.cpp(26) : error C2065: 'cout' : undeclared identifier
  45. .\Exercise 1.cpp(26) : error C2653: 'std' : is not a class or namespace name
  46. .\Exercise 1.cpp(26) : error C2065: 'endl' : undeclared identifier
  47. .\Exercise 1.cpp(26) : error C2065: 'answer' : undeclared identifier
  48. .\Exercise 1.cpp(26) : error C2653: 'std' : is not a class or namespace name
  49. .\Exercise 1.cpp(26) : error C2065: 'endl' : undeclared identifier
  50. .\Exercise 1.cpp(26) : error C2653: 'std' : is not a class or namespace name
  51. .\Exercise 1.cpp(26) : error C2065: 'cin' : undeclared identifier
  52. .\Exercise 1.cpp(26) : error C2065: 'input' : undeclared identifier
  53. .\Exercise 1.cpp(26) : fatal error C1903: unable to recover from previous error(s); stopping compilation
  54. Build log was saved at "file://c:\Documents and Settings\ExtremeDevilz\My Documents\Visual Studio 2008\Projects\Exercise 1\Exercise 1\Release\BuildLog.htm"
  55. Exercise 1 - 40 error(s), 3 warning(s)
  56. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment