First page Back Continue Last page Graphics
LETS TRY A NEW DATA STRUCTURE: list
Optimized for fast insertion and deletion anywhere within the container.
Slower than vectors if accessed sequentially!
Only need to change three lines in the "third try" list<Student_Info> extract_fails( list<Student_info>& students) list<Student_Info> fail; list<Student_Info>::iterator iter=students.begin();