So I was given a header file from my professor, we were instructed to create the functions in the class in another .cpp file then create another .cpp file to do test cases. Well I'm having an issue when I try to test one of the functions. I keep getting the error "not declared in this scope" (my display() function).
Please take a look and tell me where I'm making error, as im going crazy trying to debug.