Hi,
I have 2 classes: Bank and Account; the former has a vector of pointers to Account objects, but when I try to grab an iterator for this vector of pointers to objects..i get an error that
error: `template<class _Tp, class _Alloc> class std::vector' used without template parameters|