Error C2660[quote] Note: It's not best practice to name your arguments the same as your member variables. As yo...
Error C2660I think I'm trying to define it like I am defining Flight, but that's not working. Which is why I wa...
Error C2660Every time I try to define something, I get errors that it is not a part of the class. I'm not sure ...
Error C2660That's a good point. Here is my current code: .h file: [code] #pragma once #include <string> #inc...
Error C2660[quote]Line 14 of your .cpp file is a declaration, not an implementation. Nor is it a member of you...
This user does not accept Private Messages