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
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