 |
Convert A String To ASCII, Then Convert Back - C And C++ | Dream.In.Code
Convert a string to ASCII, then convert back: Caeser Cypher Shift ... AS KYA pointed out -- each char represents an ASCII value (see table) -- chars are actually a type of integer in C/C++ (i.e. they are a numeric value) with a range from -128 to 127.
www.dreamincode.net |
 |