Question: Solve it using c++ Morse code is a sequence of dashes and dots that can be used to represent a message in English. Each letter

Solve it using c++

Morse code is a sequence of dashes and dots that can be used to represent a message in English. Each letter in a particular alphabet is represented by a unique pattern of dashes and dots in Morse code. You can find more details about the Morse code on Wikipedia. In this project, your job is to create a code that can convert an English string into Morse code. Then you can either beep the message or flash it (using any graphics library). Your code should also be able to convert Morse code into English text. (You may not be able to do it directly. Look up Quinary Form of Morse Code.) A few things to keep in mind are: 1. Graphics (nothing fancy) can be added to flash the Morse code. 2. File handling (i.e. saving the Morse code in a text file and reading the Quinary form from a text file.) can be added to the project as an added bonus

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!