VC++ list函数详解
摘要:
在使用之前,需要完成两件事:(1) #include (2) using namespace std;声名变量: list intlist;一、构造、析构函数、= 运算符1、功能:声明list容器。4种方式list first; // empty list of intslist second (4... 阅读全文
posted @ 2015-08-31 14:22 鹿我所录 阅读(1940) 评论(0) 推荐(0)
浙公网安备 33010602011771号