[求助]说max_int 没有定义
#include <limits>
#include <iostream>
using namespace std;
int main()
{
cout<<max_int<<endl;//结果说max_int没定义,难道<limits>中没有max_int这个常量?
system("pause");
return 0;
}
#include <limits>
#include <iostream>
using namespace std;
int main()
{
cout<<max_int<<endl;//结果说max_int没定义,难道<limits>中没有max_int这个常量?
system("pause");
return 0;
}
2006-06-11 19:42
2006-06-12 09:14
2006-06-12 10:01

2006-06-12 10:22
2006-06-12 11:56
2006-06-12 13:34