This project is a simple Morse code translator implemented in C++. The program can convert text to Morse code and vice versa, allowing users to easily encode and decode messages.
- Convert text to Morse code.
- Decode Morse code back into text.
- Easily customizable and extendable.
- Morse/main.cpp: The main entry point of the program.
- Morse/morse.cpp: Contains the implementation of the Morse code translation logic.
- Morse/letterDefinition.h: Header file defining the Morse code mapping for each letter.