Hi, working on a college project (only very new to C) and i'm trying to write a code that i input a bunch of morse into the program, but when it runs the morse is translated into english, i know i assume i have to have every morse equal to a letter or number with a space after, two spaces for a word break, then the program will check the sentence and replace each it reads with the correct given translation. I have no idea how to do this properly. The best i've done is a weird concoction that only reads the first character e.g the - or the . Any ideas?
Thanks.
-Teepee