Topic: Game Programming / C++ Inheritence Help
The function prototype in the class definition doesn’t match its implementation (Vector* vs. Vector&). Additionally, non-constructors are not allowed to have member initializer lists (I’m not sure what the Point(X, Y, Z) is doing there anyway).