C++: How do I store a 256 bit number, and how do I convert it to hex?

后端 未结 3 1365
轻奢々
轻奢々 2021-01-28 09:10

ints only go to 32 bits, longs to 64bits... so.. what do you do when you are working with a much larger number?

Also, how easy would it be to switch between the binary

3条回答
提交回复
热议问题