Possible Duplicate:
C++11: intptr_t/int_ptr_t, intmax_t/int_max_t?
I am using C platform on Visual Studio. I want to know that intmax_t datatype is only used for Linux based programming or It is supported by C language(ANSI Language) as well.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, both
intmax_tanduintmax_tare parts of C99, but some compilers actually need to be shimmed with something like this (or this) to use them. Quoting the main page of the first link here: