User profile: neros1x

User info
User name:neros1x
Name:Jonathan Blair
Location:Burlington, NC
History
Joined:
Number of posts:5
Latest posts:

string conversion problem in big number class
I used both your suggestions, thanks for the help. The problem turned out to be here: [code] for(in...

string conversion problem in big number class
Thanks 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 class
I 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 class
I am trying to create a "BigNum" class that will handle numbers greater than 32 bits for problems on...

WndProc
Hi. I learned C++ a few years ago from a guy who apparently thought DOS is the benchmark of OS, so I...