C++典型函数
yangcs2009
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
accumulate函数用法
function templatestd::accumulatesum (1)template T accumulate (InputIterator first, InputIterator last, T init);custom (2)template T accumulate (InputIterator fir转载 2014-09-04 19:20:34 · 12478 阅读 · 0 评论 -
strtod()
functionstrtoddouble strtod (const char* str, char** endptr);Convert string to doubleParses the C-string str interpreting its content as a floating point number (according to the current转载 2014-09-07 15:49:17 · 875 阅读 · 0 评论
分享