由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] a problem about stl compose1
相关主题
借人气问个c++的overflow (转载)function pointer 和 call-back function 有什么区别?
about STL functor and function pointers[合集] 大家看看我这个C++ STL Functor那里写错了
[合集] 请问php里面的split(),请帮忙把一个function pointer作为参数传入一个function的语法是什么?
教授的问题(C language)请教一个boost::bind的问题
[合集] Python下面如何进行numeric analysis and statistical analysis请教一个c++ 里functor的问题
c++ class design issue容器里边放指针怎么办?
用STL map的时候怎么自己定义大小比较的关系template 疑问
Sun的compiler貌似很弱啊呼唤大侠们,我实在不能实现C++泛型的精神。
相关话题的讨论汇总
话题: include话题: compose1话题: stl话题: ext话题: int
进入Programming版参与讨论
1 (共1页)
c***d
发帖数: 996
1
☆─────────────────────────────────────☆
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(),
1 (共1页)
进入Programming版参与讨论
相关主题
呼唤大侠们,我实在不能实现C++泛型的精神。[合集] Python下面如何进行numeric analysis and statistical analysis
C++ 程序求助c++ class design issue
what is the difference?用STL map的时候怎么自己定义大小比较的关系
C++ Q02:Sun的compiler貌似很弱啊
借人气问个c++的overflow (转载)function pointer 和 call-back function 有什么区别?
about STL functor and function pointers[合集] 大家看看我这个C++ STL Functor那里写错了
[合集] 请问php里面的split(),请帮忙把一个function pointer作为参数传入一个function的语法是什么?
教授的问题(C language)请教一个boost::bind的问题
相关话题的讨论汇总
话题: include话题: compose1话题: stl话题: ext话题: int