本文介绍了转换非常大的值字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好,
我想将BIG整数值转换为字符串
为此,我
_strtoi64
仍然可以转换值 9,223,372,036,854,775,807
但对于大于"9,223,372,036,854,775,807"的大价值,它给出了错误的值
我是否已将大于"9,223,372,036,854,775,807"的值转换为字符串???
Hi All,
I want convert BIG integer value to string
for that i used
_strtoi64
that convert values still 9,223,372,036,854,775,807
but for big value greated than "9,223,372,036,854,775,807" it gives wrong value
have i convert greated than "9,223,372,036,854,775,807" value to string??.
推荐答案
这篇关于转换非常大的值字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!