Hello !

I've started a thread Vector of Objects and Constructors and Elysia helped me a lot.

I figured out that I'm committed lots of mistakes. So, I decided pursuing learn c++ reading books and doing examples. I step back, and I hope learn more consistently and at same help others learning C++.

I think that is important apply C++ concepts to an aggregate example in order to apply all of the basic concepts, from design to the implementation. I create a case study text: https://dl.dropboxusercontent.com/u/...%20C%2B%2B.pdf

Currently this is my Class Diagram, do you think is it correct?
https://dl.dropboxusercontent.com/u/...%20diagram.svg

After completing the Class Diagram I'll jump to the implementation and I'll provide all code.