Skip to content

CLI (command line interface) software to generate Morse code of the given message.

License

Notifications You must be signed in to change notification settings

TEK-Society/Morse_Code_Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Morse_Code_Generator

CLI (command line interface) software to generate Morse code of the given message.

Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes or dits and dahs. The International Morse Code encodes the 26 English letters A through Z, some non-English letters, the Arabic numerals and a small set of punctuation and procedural signals (prosigns). There is no distinction between upper and lower case letters.

SOS.svg

Morse Code for SOS, the standard emergency signal.(above)

Its a command line interface program fully written in C++, in which we made use of nested if-else, some inbuilt windows library functions for screen clearing and changing screen and text color. Through this program we have seen how to create a function and how to call it, how getline(), strcmp() and length() functions work, how goto; statement works and how and why to use fflush() function in your program.

About

CLI (command line interface) software to generate Morse code of the given message.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%