Guest User

Untitled

a guest
Feb 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. class course;
  2. void add_student(map<int, map<int, list<course *> * > *> &DB, int id);
  3.  
  4. if(semesterIt == studentIt->second->end()){
  5. DB[id][semester] = new list<course *>();
  6. }
  7.  
  8. no viable overloaded '='
Add Comment
Please, Sign In to add comment