随笔分类 -  On the way to C++

Do what you can, with what you have, where you are.
泛型算法:generic algorithm
摘要:泛型算法:generic algorithm C++ primer P336 学习 阅读全文

posted @ 2013-08-21 16:50 从此无她不见月 阅读(390) 评论(0) 推荐(0)

字符串:string
摘要:关于string的学习补充 C++ primer P293。 阅读全文

posted @ 2013-08-15 11:20 从此无她不见月 阅读(249) 评论(0) 推荐(0)

关联容器:associative container
摘要:关联容器和顺序容器的区别:关联容器通过key来存储和读取元素,而顺序容器则是通过元素在容器中的位置顺序来存储和访问元素。这里是一个学习的过程。 阅读全文

posted @ 2013-08-13 16:36 从此无她不见月 阅读(213) 评论(0) 推荐(0)

导航