
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 · 12449 阅读 · 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 · 844 阅读 · 0 评论