What is the biggest numerical primitive datatype in C++ (old/new standard)
- by Oops
Hello,
I am a bit confused about old/new so that's my question.
What is the biggest numerical primitive datatype in the old and in the new C++ standard?
(integer and floatingpoint)
regards & many thanks in advance
Oops