Hello Everyone,
This is my first post, I am very new to C++, infact only touched it once before today, so I need some help.
I am trying to genorate a big number, This number isn't actualy possible to genorate (Googolplex) but I want to program to keep multiplying itself by 10, until the stop button is pressed.
I have a rich text box set up, where I want the outputted number to go in real time.
Then, I have another rich text box (On another tab) Where, I want the index form of the number to be shown.
First problem, is the max number able to be genorated in C++ 2,147,483,647?? I read this in a tutorial...
Second, How can I output everything done in real time to a rich text box? Then, I guess I need to count the zero's and put 10^amout on zero's in the other box.
I don't want to be spoonfed, I need to learn how to use C++ so any tips/helps would be great, a point in the right direction, ect.
Thanks for your time,
Brendan.