URGENT: Really need help encoding morse to TExt, I have no ideahow to encode (especially characters other than alphabet)
USING C++
Old fashion Morse code uses a series of dots and dashes to standfor letters, digits and punctuation marks.
This program will allow a user the option to:
1. Enter a series of words (including blanks) and encoded theminto their equivalent Morse code.
2. Enter a series of encoded Morse code and translate it intoits equivalent letters, digits and punctuation
marks.
3. Allow the user to keep executing the application multipletimes (i.e. encode than decode or vice versa).
Some sort of loop depending on when the user chooses
OR
OR