Writing the body of the container class


What does it mean when the question says :

All storage management data structure should only use buffer memory and no additional member variables must be used .

when you have to write a container class implementation.

Thanks !


They expect you to dynamically allocate memory for your data.
Might want to check this thread out.

http://www.cplusplus.com/forum/beginner/101483/
Topic archived. No new replies allowed.