c++ iterate through list [and then manipulations of different iterators from the same class]

前端 未结 0 1032
后悔当初
后悔当初 2021-01-16 16:54

Let\'s assume we have a class named Student and data is the list.

std::list::iterator it;
for(it = dat         


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