由买买提看人间百态

topics

全部话题 - 话题: compose1
(共0页)
c***d
发帖数: 996
1
来自主题: Programming版 - [合集] a problem about stl compose1
☆─────────────────────────────────────☆
fightwater (QT) 于 (Sun Sep 17 18:34:38 2006) 提到:
i wrote a program which uses the stl compose1 functor
but the compiler seems cannot find it
here is the code
//////////////////////////////////////////
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int main()
{
int n=10;
vector aa(n);
iota(aa.begin(),aa.end(),
(共0页)