Hello everybody.
What is the Long64_t data type? I had search about it but I didn't find it.
I wanna to know its length and when it can be use?
It's not a standard type. But, probably it just means a signed 64-bit integer.
std::int64_t is available in <cstdint>.
Last edited on