Converting from int to charI tried using itoa(), but it didn't help either. In the end, I used stringstream. It works out much ...
Converting from int to charI have an int of 3483498. When I cast it a char, it displays the char 'j'. When I convert back, it i...
This user does not accept Private Messages