<div dir="ltr">Hello everyone,<div><br></div><div>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.</div><div><br></div><div>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.</div><div><br></div><div>For example, with printing a roster, you might consider using a lambda function inside an STL <i>for_each </i>that prints each entry over the vector rather than a 'for each element: cout <<'<br clear="all"><div><br></div><div><br></div><div><br></div><div>Hope this helps!</div>-- <br><div dir="ltr"><p style="margin:0in 0in 0.0001pt;font-size:12pt;font-family:'Times New Roman',serif"><span style="font-size:11pt;font-family:Calibri,sans-serif">Jordan Adamek</span></p></div>
</div></div>