can someone explain me what does _i64toa_s
function does in c++ ?
and what is the equivalent in Java?
I didn't find any documentation on this function.
答案 0 :(得分:0)
它将64位整数转换为字符串。 java等价物是Long.toString(value)
。
哦,这里有一些文档:https://msdn.microsoft.com/en-us/library/0we9x30h.aspx