You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vs and gcc recognise %ld to be 32bit and 64bit. "%lld" to be 64bit.
To cross platform we aways use int32_t int64_t, so we have to use PRI64d. It's disgusting.