<br><br>Assuming single digit integers, and assuming ASCII.<br><br>char x = single_digit_int + '0'<br><br>does not assume ASCII, but still assumes single digit integer.<br><br>You can, of course, use ...
So clearly I've been using Perl way too long and I've forgotten how to do some pretty elementary C++ stuff. You should have seen the puzzled look on my face when the compiler told me "Cannot convert ...