Chinaunix首页 | 论坛 | 博客
  • 博客访问: 577998
  • 博文数量: 752
  • 博客积分: 40000
  • 博客等级: 大将
  • 技术积分: 5005
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-13 14:47
文章分类

全部博文(752)

文章存档

2011年(1)

2008年(751)

我的朋友

分类:

2008-10-13 16:52:27

office_:例子很好!
(发表于2004-4-24 15:41:00)

luwensz:不错,学到不少。
谢谢!!!
(发表于2004-10-15 17:50:00)

qcj_21:不错,好啊!!!!!
比书上讲得好多了,我可以入门了!!

顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶
(发表于2005-1-13 18:10:00)

myh9999:为什么count_if的例子编译不过,在VC下提示错误信息:
error C2780: 'int __cdecl std::count_if(_II,_II,_Pr)' : expects 3 arguments - 4 provided
        c:\program files\microsoft visual studio\vc98\include\algorithm(77) : see declaration of 'count_if'

同样在Dev-C++中也编译不过
(发表于2005-5-7 19:23:00)

myh9999:应改为:
 int NumberOfToothbrushes =  
  count_if (SalesRecords.begin(), SalesRecords.end(), 
             IsAToothbrush());
(发表于2005-5-7 20:24:00)

..........................................................................
--------------------next---------------------

阅读(352) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~