dimyr7 / ClassScheduler

A class scheduling program made for Scheedule2
GNU General Public License v2.0
3 stars 3 forks source link

adding multiple instructor functionality #13

Closed crkainrath closed 9 years ago

crkainrath commented 9 years ago

added two_instructors.json which contain json for cs173 which has two instructors one thing to note is that the Section getInstructor() function returns a vector of pointers to instructors now, not a single pointer to an instructor object.