I am creating a class that contains no public variables to be used in a linked list but when i try to use the class in the functions to "get" and "set" the data i am getting a type redefinition error, am i making a stupid error?
Ah i see thanks, that link explained why, i was including it in another header and then also including the header containing this class and the other header including this class in my main cpp file, Thanks Disch