Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. prog813.cc: In function `int main()':
  2. race.h:18: error: `int animal::status' is private
  3. prog813.cc:22: error: within this context
  4. race.h:18: error: `int animal::status' is private
  5. prog813.cc:22: error: within this context
  6. race.h:18: error: `int animal::pos' is private
  7. prog813.cc:24: error: within this context
  8. prog813.cc:24: error: `move_tortoise' was not declared in this scope
  9. race.h:18: error: `int animal::pos' is private
  10. prog813.cc:25: error: within this context
  11. prog813.cc:25: error: `move_hare' was not declared in this scope
  12. prog813.cc:29: error: ISO C++ forbids incrementing a pointer of type `time_t (*)(time_t*) throw ()'
  13. prog813.cc:29: error: non-lvalue in increment
  14. [kmuiruri@mercury hw6]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement