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---------------------
阅读(367) | 评论(0) | 转发(0) |