Is there some data type greater than unsigned long long int to store integers? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Is there some data type greater than unsigned long long int to store integers?

I want to know basically of BIGINT OR GMP IN C++14

15th Dec 2016, 4:54 PM
Mayank KUVAR
Mayank KUVAR - avatar
2 Antworten
0
No, but you can use a string, fill it with numbers and then work with it, but you'll need a function to treat each character in your string as numbers but it really isn't hard :)
15th Dec 2016, 5:27 PM
pocholin
pocholin - avatar
0
Thanks kornhe for answering and I know this method of strings I am not able to use BIGINT in c++14 on online compiler like hackerrank so basically I want to know that 😃
15th Dec 2016, 5:36 PM
Mayank KUVAR
Mayank KUVAR - avatar