My C++ is a bit rusty, and I'm used to C# which has a nice "Decimal" datatype which is a floating "decimal" point number, which is great for very accurate stuff or where rounding errors would be bad (and I don't care about speed)
I just can't seem to declare something to be a decimal128.
- Looking for help on how to declare a decimal variable.
- The proper suffix for printf would be great too.