I am making the move to shared_ptr upon your suggestion.
In my class I have:
b_class **classes;
How can I use smart ptr for this?