STL的vector容器中可以存放指针吗?
我在vector中存放带有指针成员变量的对象总是出错,是不是vector中不能存放指针??望高手指教AStatef_lowest=*(open_list.begin())...
我在vector中存放带有指针成员变量的对象总是出错,是不是vector中不能存放指针??望高手指教
AState f_lowest=*(open_list.begin());
AState sta4=f_lowest;
closed_list.push_back(f_lowest);
AState sta3=f_lowest;
其中closed_list为vector,sta4中的指针正确,而push_back(f_lowest)后,sta3中的指针就出错了 展开
AState f_lowest=*(open_list.begin());
AState sta4=f_lowest;
closed_list.push_back(f_lowest);
AState sta3=f_lowest;
其中closed_list为vector,sta4中的指针正确,而push_back(f_lowest)后,sta3中的指针就出错了 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询