Tagged Questions
1
vote
6answers
1k views
Is it possible to create a vector of pointers?
Just wondering, because of a problem I am running into, is it possible to create a vector of pointers? And if so, how? Specifically concerning using iterators and .begin() with it, ie: How would I ...