Quote:
|
Originally Posted by Xufer
so what if i use my orrigianl code and just change char to int then i wont have to eorry about the overflow problem right ?
|
Your original code does use int instead of char, but yes. You shouldn't have any overflow problem.