Computer Science Canada how to translate from morse code to text. please help |
Author: | tnkanubite [ Sat Jan 21, 2012 8:55 am ] | ||
Post subject: | how to translate from morse code to text. please help | ||
I should start of with say im sorry for bad spelling and code. And also that im not sure if im posting in the correct place. I have been struggling about 2weeks with this now and cant figure out how to do it, so needless to say im starting to feel stupid. A few weeks of studing programming and i should be able to solve this by my self i thought. So any help would be great. This is how it looks at the moment
the first from text to morse i finaly solved it. but the other way around was abit difficult for me. The getline dont work. So if anyone out there can help me solve this or point me in the right way. |
Author: | Velocity [ Mon Jan 30, 2012 1:19 am ] |
Post subject: | RE:how to translate from morse code to text. please help |
what is your compiler? I would be able to help. |
Author: | Raknarg [ Mon Jan 30, 2012 4:33 pm ] |
Post subject: | RE:how to translate from morse code to text. please help |
Out of curiosity, why do you use get line only for morse code? Is the idea that it's supposed to be only one word at a time? |