I'm trying to make a program to allow me to enter information(mainly books) in to a sort of library. I read that <list> is an easy way to add things and sort them.
Also by use a hierarchy I can use my base class and just add on to each different type of item i wish to add. Is there a sample code or tutorial to help me with this?