摘要: Lambda Expressions Derived from Lisp Previously for_each needs a function Will use new C++11 idea - write an unnamed function in place - a lambda expr 阅读全文
posted @ 2019-01-23 21:32 王老吉味巧克力 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Standard Template Library Standard template library accepted in July 1994 into C++ ANSI Standard STL library provides containers,iterators and algorit 阅读全文
posted @ 2019-01-23 20:16 王老吉味巧克力 阅读(138) 评论(0) 推荐(0) 编辑
摘要: reverse() A canonical algorithm using this iterator is the STL reverse() algorithm: This algorithm reverses the elements in the specified iterator ran 阅读全文
posted @ 2019-01-23 11:58 王老吉味巧克力 阅读(126) 评论(0) 推荐(0) 编辑