c++中64位int与字符串的转换
时间:2014-01-14 21:38:14
收藏:0
阅读:585
win32:
_atoi64(char *)
other platform
strtoll(char *)
原文:http://www.cnblogs.com/shadow21/p/3513577.html
评论(0)