I have to send in a HUGE number, bigger than an unsigned int into these functions. The way I can think of is sending a string into the function, but one of them has no argument, one of them takes in an int as an argument, and the other is a destructor. So is this possible?