前进的道路不是一帆风顺的,要随时迎接挑战,敢于战胜困难!

坚持一下,找人聊聊天,释放一些压力!

 

2009年6月9日

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 山径山精 阅读(476) 评论(0) 推荐(1) 编辑

导航