Closed GoogleCodeExporter closed 9 years ago
this is useful
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#64-bit_Portabilit
y
Original comment by mennu...@debian.org
on 18 Jun 2013 at 7:57
http://stackoverflow.com/questions/2524611/how-to-print-size-t-variable-portably
says:
[printing 'size_t' varies depending on what compiler you're using :
gnu says %zu (or %zx, or %zd but that displays it as though it were signed,
etc.)
Microsoft says %Iu (or %Ix, or %Id but again that's signed, etc.)
Original comment by mennu...@debian.org
on 18 Jun 2013 at 8:01
Original issue reported on code.google.com by
mennu...@debian.org
on 18 Jun 2013 at 7:55