ok thanks for all of yall's help. I built my class and have implemented it into the code, unfortuanatly i wasn't able to test the code before we had to ship it off but i have ran into an error with my deconstructor
Code:
error: declaration of 'Our_Drive::~Our_Drive()' outside of class is not definition
i dont have an error about the deconstructor in my header file, just in the CPP file. how do i fix this?