Advertisement
canezzy

naKrajMenuCPP

Dec 3rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. void Menu::display_students_sorted(GroupOfStudents& gos) const
  3. {
  4. gos.pozovi_sort(true);
  5.  
  6. }
  7.  
  8. void Menu::save(const GroupOfStudents & gos) const
  9. {
  10. //gos.write_to_file();
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement