Strange conversion error
when i attempted to convert a char, EquationRightText[2], into an int, i got a weird error.
the char(part of a string) holds a number.but when i converted it into an int, this number increases in value by 48.
why does this happen and are there ways to rectify it besides subtracting 48 from it?
|