11.07.2015 Views

tYSR20

tYSR20

tYSR20

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

370Part V: Optional Featureslist::iterator iter = students.begin();// 2) continue to loop through the list until theiterator// hits the end of the listwhile(iter != students.end()){// 3) retrieve the Student that the iterator points atStudent& s = *iter;cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!