How to iterate through a list of the pointers of objects in C++

前端 未结 0 590
一整个雨季
一整个雨季 2020-11-21 08:31

I\'m learning how to use C++ STL and algorithms. Currently, I want to iterate a list of the pointer of objects. This is my approach so far:

for (list

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