Hi,
Im trying to read items from a textfile and turn them into objects and then store them in to a linked list but it must be in order by the description of the object. So how would i go about doing this, i know i need to add the first item, then compare the next item with the first and the third with the first two and so on but not sure exactly how to do it.
Thanks.

