Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. sean-desktop-ubuntu@seandesktopubuntu-A880GU3:~/Desktop/Lab 16$ g++ lab16.cpp Date.cpp Report.cpp Time.cpp
  2. Report.cpp: In constructor ‘Report::Report(int, int, int, int, int, std::string)’:
  3. Report.cpp:6:4: error: class ‘Report’ does not have any field named ‘rep_date’
  4. : rep_date(month, day, year), rep_time(hour, minute), _description(description)
  5. ^
  6. Report.cpp:6:32: error: class ‘Report’ does not have any field named ‘rep_time’
  7. : rep_date(month, day, year), rep_time(hour, minute), _description(description)
  8. ^
  9. sean-desktop-ubuntu@seandesktopubuntu-A880GU3:~/Desktop/Lab 16$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement