2011年11月30日
摘要: C++ 的常用库http://www.cplusplus.com/reference/map Libraryhttp://www.cplusplus.com/reference/stl/map/简单用法如下: typedef pair<const Key, T> value_type;Iterators of amapcontainer point to elements of thisvalue_type. Thus, for an iterator calleditthat points to an element of amap, its key and mapped val 阅读全文
posted @ 2011-11-30 18:50 香格里拉\(^o^)/ 阅读(1518) 评论(0) 推荐(0)