Advertisement
SuperEPF

let.cpp

Nov 2nd, 2019
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #include "Let.h"
  2.  
  3.  
  4.  
  5. int Let::sledeciID = 1;
  6.  
  7. Avion * Let::dohvatiAvion()
  8. {
  9. return nullptr;
  10. }
  11.  
  12. string Let::dohvatiPolaziste()
  13. {
  14. return string();
  15. }
  16.  
  17. string Let::dohvatiDolaziste()
  18. {
  19. return string();
  20. }
  21.  
  22. void Let::IzbaciLet()
  23. {
  24. cout << "LET-" << polaziste << ":" << dolaziste << "-" ;
  25. avion->PrintAvion();
  26. cout << endl;
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement