Dear C++ Programmers
We know the c++ "long long" type or "__Int64" type support 19 digits; if I want to multiply or subtract or sum two 20 length digits , what I must do How it is poosible
Dear C++ Programmers
We know the c++ "long long" type or "__Int64" type support 19 digits; if I want to multiply or subtract or sum two 20 length digits , what I must do How it is poosible
Multiply 20 digits len ; It is emergency case
nielsb
Hi
It is a good suggestion , whould you make a sample , how can I make type , or how it work with array I use this ways before but it does not make it if it is possible help me more
Léo Gagné
Vivek.
Tomi B.
you'll have to make a type for yourself that allows that kind of operations (use an array for example) or use any lib that supports that.