How to use Ceasar Cipher in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use Ceasar Cipher in C++?

7th Dec 2017, 9:53 AM
Shamy Domingo
Shamy Domingo - avatar
2 Answers
28th Jan 2018, 4:21 AM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
+ 2
Kindly search the discuss section or code playground. There are plenty of codes on caesar cipher. Ex: https://code.sololearn.com/cXf87D1NiciQ/#cpp https://code.sololearn.com/c73524O98mN8/#cpp To write caesar cipher encoder/decoder you are sugested to have pre-knowledges on: -ASCII code -type casting/type conversion -string operations -for/while loop & if-else statement Try out other ciphers such as vigenere cipher or morse code after this.
8th Dec 2017, 3:11 PM
Hanz
Hanz - avatar