Advertisement
marcopolo1613

Untitled

Oct 6th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. 1>------ Build started: Project: hw4pr2, Configuration: Debug Win32 ------
  2. 1> hw4pr2.cpp
  3. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(45): error C2143: syntax error : missing ';' before '&'
  4. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(45): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  5. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(45): error C2065: 'os' : undeclared identifier
  6. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(45): error C2059: syntax error : 'const'
  7. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C2143: syntax error : missing ';' before '&'
  8. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  9. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C2065: 'is' : undeclared identifier
  10. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C2065: 'dd' : undeclared identifier
  11. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C2275: 'Chrono::Date' : illegal use of this type as an expression
  12. 1> c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(7) : see declaration of 'Chrono::Date'
  13. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  14. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): fatal error C1903: unable to recover from previous error(s); stopping compilation
  15. 1> Chrono.cpp
  16. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(45): error C2143: syntax error : missing ';' before '&'
  17. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(45): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  18. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(45): error C2065: 'os' : undeclared identifier
  19. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(45): error C2059: syntax error : 'const'
  20. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C2143: syntax error : missing ';' before '&'
  21. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  22. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C2065: 'is' : undeclared identifier
  23. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C2065: 'dd' : undeclared identifier
  24. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C2275: 'Chrono::Date' : illegal use of this type as an expression
  25. 1> c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(7) : see declaration of 'Chrono::Date'
  26. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
  27. 1>c:\users\matthew\documents\visual studio 2010\projects\hw4pr2\hw4pr2\chrono.h(47): fatal error C1903: unable to recover from previous error(s); stopping compilation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement