I guess it is a school assignment. Hopefully this is a data structures class, where the student must understand linked lists and usually are assigned to code their own.Quote:
Why not use std::list?
Otherwise, I would agree to use std::list, as the assignment seems to be to write an airline passenger list program, not a linked list program.
Regards,
Paul McKenzie
