Computer Science Canada I need help making a program that will decode morse code. I don't know how to start. Arrays would be ideal. |
Author: | waddup [ Wed May 18, 2016 9:50 am ] |
Post subject: | I need help making a program that will decode morse code. I don't know how to start. Arrays would be ideal. |
What is it you are trying to achieve? I am trying to create a program for my computer science class that will be able to decode morse code. It needs to be able to read morse code from a file as well which I also have no idea how to do. What is the problem you are having? I don't know how to start the program. I don't know how I would read the morse code and translate it to english. It also needs to be able to read morse code from a file which I also have no idea how to do. Describe what you have tried to solve this problem I have searched on numerous forums and asked several people. I am still as confused as when I started. Halp pls. Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) N/A Please specify what version of Turing you are using Version 4.1.1 |
Author: | Insectoid [ Mon May 23, 2016 1:39 pm ] |
Post subject: | RE:I need help making a program that will decode morse code. I don\'t know how to start. Arrays would be ideal. |
Look at the 'open' command to read from a file. How would you translate written morse code to English on paper? Don't even worry about the code yet, just figure out how YOU would do it. |