View Single Post
  #8 (permalink)  
Old October 3rd, 2004, 01:59 PM
davekw7x davekw7x is offline
Authorized User
 
Join Date: Feb 2004
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Not a bug: a feature with hidden documentation. The thing that made me try %I64 is that Microsift VisualC++ uses %I64 to format long longs. I'm not sure why Mingw32 didn't use %ll, like the other GNU gcc compilers. Oh, well ...

Regards,

Dave
Reply With Quote