C++
文章平均质量分 80
bluzelee2011
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C++ Primer 读书笔记2
1 Reada set of integers into a vector. Print the sum of each pair of adjacent elements.Change your program so that it prints the sum of the first and last elements,followed by the sum of the second an原创 2014-12-05 20:43:43 · 1316 阅读 · 0 评论 -
C++ Primer 读书笔记1
1、 在Windows系统中输入文件结束符的方法为Ctrl+Z 2、 如何选择类型? 1) Use an unsigned type when youknow that the values cannot be negative 2) Use int for integer arithmetic.short is usually too small a原创 2014-12-05 19:47:46 · 989 阅读 · 0 评论
分享