//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
你可能會有興趣的文章:
限會員,要發表迴響,請先登入

