modulo and divide looping?if you're using the int datatype, you're capped somewhere around 8 or 9 digits i believe. what yo...
error on overloaded string extraction operatorHi, I'm creating a class BigInt which will be able to hold up to a 200 digit whole number, we want t...
Small question on displaying intsyou would be better off declaring it as a char, your other option would be to use an int array to ho...
Calculatorwell first thing i see is, it looks like atanf uses 2 arguements, you only pass it one. that shou...
How to make predefined function??Just out of curiosity, why would you make two files? why not just name the .cpp a .h file and save t...