C常用类型的范围--源代码
摘要:
#include <iostream>#include <limits>#include <stdlib.h>using namespace std;typedef unsigned __int64 UINT64; typedef __int64 INT64; int main(){int intMax = numeric_limits<int>::... 阅读全文
posted @ 2009-06-09 14:30 山径山精 阅读(477) 评论(0) 推荐(1) 编辑