string conversion problem in big number classI used both your suggestions, thanks for the help. The problem turned out to be here: [code] for(in...
string conversion problem in big number classThanks to both for the help. I went back and changed it to: [code] for(int i= 0; i < MAX_DIGITS; i+...
string conversion problem in big number classI tried that but I still have the same problem. I also tried just changing my while that looks check...
string conversion problem in big number classI am trying to create a "BigNum" class that will handle numbers greater than 32 bits for problems on...
WndProcHi. I learned C++ a few years ago from a guy who apparently thought DOS is the benchmark of OS, so I...