[Cs3] Lab4

Mikhail Nesterenko mikhail at cs.kent.edu
Thu Jun 25 13:29:48 EDT 2015


> Should I start by working from your final allStudents list to start
> building the vector StudentEntries?
> 
> This is the only way that makes sense to me because you have used list
> methods to create the final list of unique names minus dropouts, which is
> what I need to end up more or less.
> 
> >From that list I would start building StudentEntries by separating names
> into first last, sorting by last, then looking at vector courseStudents to
> add the appropriate courses to each student.

Might be a possibility. And then go with this vector allStudents of
students over each individual roster and populate the StudentEntries
with which course each student is enrolled in.

Thanks,
-- 
Mikhail


More information about the cs3 mailing list