thanks James for the good explanation. <br><br><div class="gmail_quote">On Mon, Jul 2, 2012 at 10:57 PM, James Dennett <span dir="ltr"><<a href="mailto:james.dennett@gmail.com" target="_blank">james.dennett@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Jul 2, 2012 at 1:52 AM, Devchandra L Meetei <<a href="mailto:dlmeetei@gmail.com">dlmeetei@gmail.com</a>> wrote:<br>

><br>
><br>
>><br>
>> cstdint is part of C++11.  The previous C++ standard did not include<br>
>> C99 headers or features.<br>
><br>
><br>
> So it means that though c99 has support for stdint.h, c++ make use of only<br>
> in C++11?<br>
<br>
Yes, C++11 is the first C++ standard to be based on C99.  The previous<br>
C++ standard came before C99 was published.<br>
<br>
You may well be able to use stdint.h from a C++98 compiler as an<br>
extension, but it's not a bug if a C++98 compiler doesn't support C99<br>
facilities.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- James<br>
</font></span></blockquote></div><br>