Why use a pointer over a normal variable in C++?

前端 未结 0 384
抹茶落季
抹茶落季 2021-01-06 04:59

Why can\'t i use just i instead of *i?

for(auto i = graph[f].begin(); i!=graph[f].end();i++){
            if(!visited[*i]){
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题