J
Jan.Steinke
Hi there,
i've got a STL list like this:
list<object *> myList;
Now, i want to create a vector with iterators of this list like this:
vector< list<object *>::iterator > myVector
Where's the fault?
thanks for reply,
Jan
i've got a STL list like this:
list<object *> myList;
Now, i want to create a vector with iterators of this list like this:
vector< list<object *>::iterator > myVector
Where's the fault?
thanks for reply,
Jan