C
conrad
I was reading about iterators and how they are
used with containers provided by the STL.
They seem like aliases for pointer types.
Is this the case? What's the benefit of
doing it this way, if so? I'm making a transition
from C to C++. So far, I very much like the idea
of the STL.
Any insight appreciated.
used with containers provided by the STL.
They seem like aliases for pointer types.
Is this the case? What's the benefit of
doing it this way, if so? I'm making a transition
from C to C++. So far, I very much like the idea
of the STL.
Any insight appreciated.