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

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -