Contents ...
udn網路城邦
//vc6 64bit int
2006/06/27 13:51
瀏覽439
迴響0
推薦0
引用0

//vc6 64bit int

//vc6: error C2632: 'long' followed by 'long' is illegal
//VC6 does not support 'long long'. Use __int64 on that platform for a 64 bit int.
typedef __int64 int64_t; //vc6
//typedef signed long long int64_t; //gcc

全站分類:休閒生活 網路生活
自訂分類:知識庫
上一則: msn space 照片無法上傳解決方法:
下一則: os fingerprint

限會員,要發表迴響,請先登入