用find做变量名不行吗
#include<iostream>using namespace std;
bool find;
int main()
{
find=false;
return 0;
}
编译时说main中的find没有定义,换成其他变量名就行了,为什么??
2013-05-24 00:19
2013-05-24 08:09
2013-05-24 16:55
2013-05-24 20:34
2013-05-24 23:13
2013-05-28 13:05