Is there any way I can turn an integer like 26 into an ascii character without doing 127 case statements to see what character the number 26 represents? Using C++. Thanks!