- 博客(2)
- 收藏
- 关注
转载 error C2064 term does not evaluate to a function
解决 error C2064 这种错误,关键是找到它所指向的错误行里面所有调用的函数名,他们中一定至少有一个是未被定义过的。转载于:https://www.cnblogs.com/zhaozhenting/archive/2011/04/24/2026535.html...
2011-04-24 22:43:00
384
转载 STL find_if
find_if定义在<algorithm>头文件中。我们首先看下在STL中find_if是怎样实现的,然后就能写出针对各种类型的find_if函数.//定义在STL实现代码stl_algo.h中template <class InputIterator, class Predicate>InputIterator find_if(InputIterat...
2011-04-24 22:11:00
126
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人