Let's say I have a char variable, and an integer variable. I want to treat them as one variable when I'm outputting them (ex: B6, A2, C10, etc)
I want to right justify both of these variables in a 4 space slot, but I can't for the life of me figure out how to do so. (I want _A10 and __A6 where the underscore is spaces)
Is it possible to do this in C++?