Hey Everybody,
I have this issue. I have a class template of type T such as template<typename T>. In one of the functions of the class, I can do this: vector<T> vec, but not vector<T>::iterator it, because it gives me an syntax errors. Could somebody please explain what is going on?

Thank You