CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: stefanoshea7

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    12,674

    Re: Morse Code to Text

    Thanks for the advice, I moved it before main but now I get the error " error C2664: 'letter_out' : cannot convert parameter 1 from 'char' to 'std::string' "..
  2. Replies
    3
    Views
    12,674

    Morse Code to Text

    I've been working on a project to convert user inputted Morse Code to text i.e. convert ".- " to A etc. I'm not sure what is wrong with the program/how to fix it. Here is the code I have so far:

    ...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured