How to show the conversion of 1387977189696842278 to 134315e67439aa26 using C++?
Printable View
How to show the conversion of 1387977189696842278 to 134315e67439aa26 using C++?
Hi,
If you want use Qt, you can use above code.
In C++ you must use library can handle big data like biginteger(https://mattmccutchen.net/bigint/) or gmp(http://gmplib.org/).
So, you can convert your number to HEX with this tutorial link http://www.permadi.com/tutorial/numDecToHex/
THank you for your attention.
Best regards,
Toto
thanks for the help.