larger numbers wont print out correctlyI think i fixed it! thanks for the help!
larger numbers wont print out correctlyi have tried that still the same ;( EDIT: i tried unsigned long int and it fixes the negative numb...
larger numbers wont print out correctlySo i have a problem where large numbers wont print out correctly. I tried debugging and the number i...
converting char to ascii value then mod doesnt give correct outputoh ok thank you. Is there a way to use the mathematical mod function in c++?
converting char to ascii value then mod doesnt give correct outputSo im trying to subtract two ascii value by first converting the chars to its ascii and then mod but...