How exactly do I use the linked lists to turn two characters on either 'side' of the colon into integers?
The linked list would store your records, not perform any transformations on them. So you'd extract the data, format it however you want, then store it in a linked list (or array if you'd like) for later printing.