I'm trying to get this linked list to work in a way that allows me to output the values at line 34, I've tried the standard deference operator to no avail and a quick Google search has draw a blank. Any help would be appreciated as would general Linked List advice.
Your main problem is that you've locally declared health and speed in the constructor for zombie, instead of assigning the values to your structure members.