2014年3月7日

std::numeric_limits<int>::max() error C2589: '(' : illegal token on right side of '::' 解决办法

摘要: int max =std::numeric_limits::max();根据错误提示:f:\code\cpp\webspider\main.cpp(47) : warning C4003: not enough actual parameters for macro 'max'f:\code\cpp\webspider\main.cpp(47) : error C2589: '(' : illegal token on right side of '::'f:\code\cpp\webspider\main.cpp(47) : error C20 阅读全文

posted @ 2014-03-07 14:44 没有什么能够阻挡 阅读(2613) 评论(0) 推荐(0) 编辑

导航