+ 2
What is iterators in C++ ?
4 Respostas
+ 3
Iterators are pointers to the objects adapted to work with containers
+ 2
Difference?
Iterator - modified pointer.
Iteration - increment iterator
0
then difference between iterations and iterators...?
0
iterator is a loop tha calls itself again and again