derived class accessthen this wont work: [code]class Player { private: char *name; protected: int health; int damage;...
derived class access@IceThatJaw im confused, the compiled one you gave me will attack itself? ive read to use protected...
derived class accessa simplified example. I made the variables protected so derived classes can access their own variabl...
increasing array size with 'new'thanks for the help. I was able to get it working 'perfectly', if anyone cares here is the code: [c...
increasing array size with 'new'one last question. Do I have to apply the same affect If I were to decrease the size by 1(by using a...
This user does not accept Private Messages