[Cs3] Lab 5 Expectations

Jordan Adamek jadamek2 at kent.edu
Wed Sep 24 14:47:07 EDT 2014


Hello everyone,

I just want to make sure everyone knows what I will be looking for in terms
of grading with Lab 5, given that many of you already implemented a number
of STL algorithms in the previous Lab 3, and the expectations may be
ambiguous.

Basically, try to avoid as many for-loops over your lists/vectors as
possible; anywhere you see a loop (other than file read in), try to replace
it with an STL algorithm.

For example, with printing a roster, you might consider using a lambda
function inside an STL *for_each *that prints each entry over the vector
rather than a 'for each element: cout <<'



Hope this helps!
-- 

Jordan Adamek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://listmail.cs.kent.edu/pipermail/cs3/attachments/20140924/8a8ed115/attachment.html 


More information about the cs3 mailing list