Convert Morse code into Text in C programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Convert Morse code into Text in C programming

I need to know how to covert morse code into text format !

21st Jan 2019, 8:51 PM
Suprotim Mukherjee
Suprotim Mukherjee - avatar
1 Answer
0
This is an old COTD I wrote. It takes input and puts it into Morse or Binary. It is C++, but you could look at it and maybe reverse how I converted the input to morse and get it to convert morse to text. https://code.sololearn.com/cTdl91tE504N/?ref=app
21st Jan 2019, 8:57 PM
Dread
Dread - avatar