Data types

May 18, 2020 at 10:06pm
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?

May 18, 2020 at 10:25pm
It's not a standard type. But, probably it just means a signed 64-bit integer.

std::int64_t is available in <cstdint>.
May 18, 2020 at 11:03pm
https://root.cern.ch/root/html528/ListOfTypes.html
https://root.cern.ch/root/html310/ListOfTypes.html

Doesn't really help explain much, other than it is a very specific non-standard data type.

https://en.wikipedia.org/wiki/Root.cern
Last edited on May 18, 2020 at 11:05pm
May 19, 2020 at 12:30am
@Furry Guy thank you.
May 19, 2020 at 1:02am
You say you did a search and couldn't find anything. I did a search (two actually) and was able to find a number of links:

https://duckduckgo.com/?q=Long64_t+ROOT&t=ffsb&ia=web
https://duckduckgo.com/?q=cern+root&ia=web
Topic archived. No new replies allowed.