How to handle big numbers?

前端 未结 6 2083
独厮守ぢ
独厮守ぢ 2020-12-18 12:34

I have a very large number, assume some transaction id or big money involved. So, how I will handle the calculation on these ( add, multiple etc). Does any other was to sto

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 13:08

    Please check boost multiprecision library .. It will be handy if your project is already using boost. boost multiprecision library

提交回复
热议问题