On Sat, 26 Feb 2011 22:24:52 -0500, Bekenn <leav...@alone.com> wrote:
On 2/25/2011 7:24 PM, Steven Schveighoffer wrote:
BTW, I think long long is a gnu extension, it's not standard C (I don't
think long long exists in Visual C for instance).
I'm pretty sure it's standard as of C99 (though not yet for C++; that's
coming with C++0x). MSVC does indeed support it.
OK, I was not aware, my C book is from college, and I went to college in
94.
I always thought in Windows you had to use something like __int64.
-Steve