int64_t == long long

John Love-Jensen eljay@adobe.com
Tue Jul 1 23:47:00 GMT 2008


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



More information about the Gcc-help mailing list