stdint

S

shaun roe

Is there a c++ version of the old stdint.h header? I naively tried
<cstdint>, and looking quickly on the web I find only discussion but no
real answer...

cheers

shaun
 
J

John Carson

shaun roe said:
Is there a c++ version of the old stdint.h header? I naively tried
<cstdint>, and looking quickly on the web I find only discussion but
no real answer...

cheers

shaun

stdint.h only came into being with C99 (so it is not so old). Apparently, it
is to be introduced into the next version of C++, but is not currently part
of the C++ standard. In the meantime:

http://www.boost.org/libs/integer/cstdint.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top