- 博客(3)
- 收藏
- 关注
数组访问越界
while(i < sz) { s = v[i]; cout << s << "\t\tcount: "; int c = 1; while(s.compare(v[++i]) == 0) ++c; cout << c << endl; } while(s.compare(v[++i]) == 0) 此语...
2010-06-03 23:28:23
166
原创 CPP学习笔记
------------------------------------------------------- Accelerated C++ ** Chapter 0 Getting Started ** --programming language ·core language ·standard library - #include directives - standard he...
2010-05-22 09:31:03
210
C语言备忘录
--------------------------------------------------------------------------------------------------------------------------------- #C语言的构成 一、C语言的结构 1. C语言的注释是/* ... */,而不是// ...,//是C++的单行注释...
2010-03-10 09:55:12
673
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅