How to check for INT_MAX without overflowing int

前端 未结 0 453
说谎
说谎 2020-11-21 08:35

I created a BigInt class which allows for huge numbers (from based 2-36) far beyond the integer max by storing each digit in a vector. I need to be able to convert this back

相关标签:
回答
  • 消灭零回复
提交回复
热议问题