Can I use C++ to decode and encode? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Can I use C++ to decode and encode?

Can you teach me how to decode and encode HEX to ASCII using C++? I just had this idea but I don't know where I should begin.

2nd Oct 2017, 11:41 AM
Matsumoto
Matsumoto - avatar
1 Respuesta
+ 1
" American Standard Code for Information Interchange (ASCII) is a character-encoding scheme that is used to represent text in computers." , I just seen this on sololearn, that means char is ascii. thank you.
2nd Oct 2017, 12:33 PM
Matsumoto
Matsumoto - avatar