Thread: Morse Code Translator!

  1. #1
    Registered User Paro's Avatar
    Join Date
    Feb 2002
    Posts
    160

    Talking Morse Code Translator!

    This is my simple Morse Code translator where you input a character and it gives you the translation.

    for example:

    you input 'A'

    and it outputs ".-"

    Enjoy
    Paro

  2. #2
    Registered User Paro's Avatar
    Join Date
    Feb 2002
    Posts
    160

    Cool

    and for the suspicious people here ya go
    Paro

  3. #3
    Registered User xds4lx's Avatar
    Join Date
    Nov 2001
    Posts
    630
    I havent downloaded this b/c im too tired but cant sleep and its too hard to read right now, but why not just combine those two into one zip? or just remove the executable and leave the source up, people are getting sick of saying this but do not post executables, we are not here to look at what your program outputs, we are here to help with code problems and to look over someones code to give comments on style, correct usage, and so forth so please in the future only post a source file. When you get into college some professors will not give you credit if you turn in an exe so you should get used to just posing a cpp file.
    "only two things are infinite, the universe and human stupidity, and im not sure about the former." - albert einstein

  4. #4
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Why not use some for loops and char arrays and translate whole sentences!

  5. #5
    Registered User Paro's Avatar
    Join Date
    Feb 2002
    Posts
    160

    Question

    xds4lx,

    I did post my code, i replied to my post with the cpp file by itself! also, the cpp file IS included in the .zip file... you really are tired if you didnt notice that...
    Paro

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do I morse code converting program
    By panfilero in forum C Programming
    Replies: 17
    Last Post: 10-29-2005, 09:16 PM
  2. morse code convertor
    By neandrake in forum C++ Programming
    Replies: 2
    Last Post: 04-29-2004, 10:53 AM
  3. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  4. About the Morse code Converter
    By Amber_liam in forum C Programming
    Replies: 17
    Last Post: 05-29-2002, 08:35 AM
  5. Replies: 0
    Last Post: 02-21-2002, 06:05 PM