2017年3月7日

C++ 容器对象vector和list 的使用

摘要: 在<<c++ primer>>第四版Exercise Section 9.3.4 的Exercise 9.20 是这样的一道题目:编写程序判断一个vector<int> 容器包含的元素是否与list<int> 容器完全相同。测试代码如下: 1 #include "stdafx.h" 2 #inclu 阅读全文

posted @ 2017-03-07 21:55 ^~~^ 阅读(5119) 评论(0) 推荐(0) 编辑

导航