HI huge integer broblem

Hellow guys,

i had a problem with big numbers, can we read a big number(40 digit) to put him in
α table, without puting { number,enter, number.....}
without puting { number,enter, number.....}

whats this? Asking for user input?
can we read a big number(40 digit)

what is your question? how to store big numbers or how to read them?
Last edited on
sory my friend, how to store them in a table...
there is no table data structure in C++. You probably want to format the output as a table.
Explore <iomanip>. Look at setw http://www.cplusplus.com/reference/iomanip/setw/
Last edited on
thank you my friend i will look for it :)
Topic archived. No new replies allowed.