How to deallocate memory for different vector collectionsSo I have a few vector collections below that are in different files and I'm having trouble figuring...
Polymorphism - Initializing objects from abstract and behaviour classes in C++I don't have a seperate header file for any of the behaviour classes. I put them all in MoveBehaviou...
Polymorphism - Initializing objects from abstract and behaviour classes in C++Hi, so I added [code]behaviour = new WalkBehaviour;[/code] in the constructor but I keep getting the...
Polymorphism - Initializing objects from abstract and behaviour classes in C++I'm creating a program that will simulate a race between various runners, using behavior classes to ...
C++ - printing head and tail of linked listSo I have a singly linked list below that prints out a list of Movie objects in alphabetical order b...
This user does not accept Private Messages