0
Iterator basic question please help
what is V1 .begin() means and what is its value .I tried to print it but gives error.and if I print *(v1.begin())it will print the value of first element of vector.Why I can't treat it as pointer? https://code.sololearn.com/cZQAicu9LRYV/?ref=app
3 odpowiedzi
+ 1
https://www.geeksforgeeks.org/introduction-iterators-c/
https://www.geeksforgeeks.org/iterators-c-stl/
0
You need to take look at you first cout statement.
0
I correct that one