Hi guys,
Just trying to get my head around a problem. I need to create a linked list of structs. I am looking to store a string, an int and a time in each node. I have mainly programmed in java and...