I need to store and use numeric values bigger than ULLONG_MAX
.
I will need to make arithmetic operations with those values, so I think store as char**
is not a option.
Is there a way to dynamically create an additional long
prefix in those cases?
Thank you all. Based on responses, Very helpful but I doubt about the best performance option. piokuc quote a performance link, but it's unclear. In this time I'm between GMP or MPIR, there is some one faster?