For example, in a simple console application:
Would it be possible to have a user enter text, the code then interpets it's value in Unicode (I guess 8 would be the simplest), then takes the Unicode value and outputs (or stores in another variable) the result?
I guess this would be sort of like a Text to Unicode converter, but that's not the code I'm trying to work toward (hence my "stores in another variable")
Any help, or simply stating that this would be impossible/improbable would be much appreicated. I'm new to CPP and working to learn it on my own time, so I don't have much help.