how to convert an integer value to a specific ascii character in c++ -


I'm new to C ++ and I'm trying to do something that should be very basic.

I have a small loop in C ++ which just shows the sequence of numbers and I want to convert these numbers into specific ASCII characters. Something like this:

 for  (int k = 0; k  

And the results should look like this:

ABCDEFG ... etc

Any ideas?

Thank you!

Edit on the basis of explanation: Seeing error message from display Style string can be made like this one:

 for  (int k = 0; k  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -