> Personally I would create the class (or perhaps an array of class objects) dynamically.
That's a different thing entirely. Let's say you have an array class that grows and shrinks dynamically. How would creating the class dynamically solve that problem? It wouldn't; you would need to create and maintain a dynamic member.
>Is there a C++ book
Accelerated C++ by Andrew Koenig and Barbara Moo. It's by far the best book for learning C++.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401