Deathfish
- 80
- 0
in C++, how many digits and how many bits is the maximum allocated for unsigned long double?
The discussion revolves around the maximum digits and bits allocated for the type "unsigned long double" in C++. Participants explore the definitions and distinctions between different data types in C++, particularly focusing on integer and floating-point types, and how these may vary based on the compiler and operating system.
Participants do not reach a consensus on the existence of "unsigned long double," with some asserting it is not standard while others seek to understand the implications of different data types and their maximum sizes.
The discussion highlights the potential confusion between integer and floating-point types, as well as the variability in type sizes across different C++ implementations and operating systems. There is no resolution on the maximum sizes due to these dependencies.