Can I use C++ to decode and encode? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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