Re: int64_t == long long

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Yang Zhang,

>> cout << typeid(int64_t).name() << endl;
>> cout << typeid(long long).name() << endl;
> 
> This prints:
> 
> l
> x
> 
> What does this mean?

This means that they are not the same type.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux