How to print __int128 in g++

423 views Asked by At

I'm working with __int128s in g++ and need to print them. I found this question: How to print __int128 in g++? but it is 6 years old: is there a better way to do it in modern c++?

0

There are 0 answers