Guest User

Untitled

a guest
May 26th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. 1>------ Build started: Project: house, Configuration: Debug Win32 ------
  2. 1> house.cpp
  3. 1>c:\users\ryan\documents\visual studio 2010\projects\house\house\house.cpp(2): warning C4067: unexpected tokens following preprocessor directive - expected a newline
  4. 1>c:\users\ryan\documents\visual studio 2010\projects\house\house\house.cpp(7): error C2679: binary '<' : no operator found which takes a right-hand operand of type 'overloaded-function' (or there is no acceptable conversion)
  5. 1> could be 'built-in C++ operator<(void *, void *)'
  6. 1> while trying to match the argument list '(std::basic_ostream<_Elem,_Traits>, overloaded-function)'
  7. 1> with
  8. 1> [
  9. 1> _Elem=char,
  10. 1> _Traits=std::char_traits<char>
  11. 1> ]
  12. 1>c:\users\ryan\documents\visual studio 2010\projects\house\house\house.cpp(8): error C2679: binary '<' : no operator found which takes a right-hand operand of type 'overloaded-function' (or there is no acceptable conversion)
  13. 1> could be 'built-in C++ operator<(void *, void *)'
  14. 1> while trying to match the argument list '(std::basic_ostream<_Elem,_Traits>, overloaded-function)'
  15. 1> with
  16. 1> [
  17. 1> _Elem=char,
  18. 1> _Traits=std::char_traits<char>
  19. 1> ]
  20. 1>c:\users\ryan\documents\visual studio 2010\projects\house\house\house.cpp(9): error C2679: binary '<' : no operator found which takes a right-hand operand of type 'overloaded-function' (or there is no acceptable conversion)
  21. 1> could be 'built-in C++ operator<(void *, void *)'
  22. 1> while trying to match the argument list '(std::basic_ostream<_Elem,_Traits>, overloaded-function)'
  23. 1> with
  24. 1> [
  25. 1> _Elem=char,
  26. 1> _Traits=std::char_traits<char>
  27. 1> ]
  28. 1>c:\users\ryan\documents\visual studio 2010\projects\house\house\house.cpp(10): error C2146: syntax error : missing ';' before identifier 'endl'
  29. 1>c:\users\ryan\documents\visual studio 2010\projects\house\house\house.cpp(10): warning C4551: function call missing argument list
  30. 1>c:\users\ryan\documents\visual studio 2010\projects\house\house\house.cpp(11): error C2146: syntax error : missing ';' before identifier 'endl'
  31. 1>c:\users\ryan\documents\visual studio 2010\projects\house\house\house.cpp(11): warning C4551: function call missing argument list
  32. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Add Comment
Please, Sign In to add comment