How to print __int128 in g++

Viewed 262

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 Answers
Related