math - Representing 128-bit numbers in C++ - Stack Overflow
What's the best way to represent a 128-bit number in C++? It should behave as closely to the built-in numeric types as possible (i.e. support all the arithmetic operators, etc). I was ......