+ 3
What is the use of #include <limits>
why we use this header file
5 Answers
+ 5
Kinshuk Vasisht both links look the same to me
+ 5
Okay Kinshuk Vasisht
+ 4
Yerucham
They look the same, but the link posted by š®š· M N was the C version of the header, while Atul Sati had asked for the C++ version.
The C++ version, if you see, is template proof and offers more features than just notifying the value of standard type limits.
š®š· M N has corrected the link now, though.
+ 1
š®š· M N
Thats the wrong link! This is the correct one : www.cplusplus.com/reference/limits
0
see this link:
http://www.cplusplus.com/reference/limits/