I followed the example Sales_item presented in handle classes and inheritance, C++ primer 4th,and i replaced mutset with vector, unfortunately, i failed to get the element back correctly after i push_back the Sales_item objs, is it impossible to use vector ??? or other problems??,what's the most important tips when implementing vector or mutset?? thx!!!