Talk:cpp/types/integer
From cppreference.com
< Talk:cpp
stdint.h is NOT C++11, but C99:
https://en.wikipedia.org/wiki/Stdint.h#stdint.h http://pwet.fr/man/linux/conventions/posix/stdint_h
- In C, stdint.h first appears in the 1999 standard, yes. In C++, it first appears in the library extension TR1, which was merged into the mainline standard in C++11. --Cubbi 06:55, 22 November 2012 (PST)
- stdint.h is definitely part of C++11. It's just deprecated in favour of cstdint. Rauy 08:10, 22 November 2012 (PST)