2015年2月9日

C++随笔

摘要: (1)注意find不属于vector的成员,而存在于算法中,应加上头文件#include ;(2)front()是vector中的,“A reference to the first element in the vector object. If the vector is empty, the ... 阅读全文

posted @ 2015-02-09 14:50 矮油~ 阅读(121) 评论(0) 推荐(0)

导航