摘要:
The header<algorithm>defines a collection of functions especially designed to be used on ranges of elements.A range is any sequence of objects that can be accessed through iterators or pointers, such as an array or an instance of some of theSTL containers. Notice though, that algorithms operat
阅读全文
posted @ 2012-01-19 00:08
xnfriday
阅读(392)
推荐(0)
编辑
摘要:
c++程序通常可以调用标准c++库中的大量函数。这些函数完成一些基本的服务,如输入和输出等,同时也为一些经常使用的操作提供了高效的实现代码。这些函数中含有大量的函数和类定义,以帮助程序员更好地使用标准c++库。标准c++库包含以下内容:<algorithm>,<bitset>,<complex>,<deque>,<exception>,<fstream>,<functionl>,<iomanip>,<ios>,<iosfwd>,<iostream>,<ist
阅读全文
posted @ 2012-01-19 00:07
xnfriday
阅读(2828)
推荐(1)
编辑