User profile: chang123

User info
User name:chang123
Old user name:uoweme6
History
Joined:
Number of posts:81
Latest posts:

larger numbers wont print out correctly
I think i fixed it! thanks for the help!

larger numbers wont print out correctly
i have tried that still the same ;( EDIT: i tried unsigned long int and it fixes the negative numb...

larger numbers wont print out correctly
So 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 output
oh 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 output
So im trying to subtract two ascii value by first converting the chars to its ascii and then mod but...