__int64

Todd todd.freed@gmail.com
Mon Sep 28 22:39:00 GMT 2009


Steve Adams wrote:
> Apparently gcc doesn't recognize this format for a 64-bit
> integer.  Could someone point out what I need to put here
> to declare the 64-bit integer so gcc will accept it?
try this:

unsigned long long int serNum=0;
unsigned long long int license=0;



More information about the Gcc-help mailing list