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

Search:

Type: Posts; User: GCDEF

Search: Search took 0.37 seconds.

  1. Replies
    3
    Views
    12,828

    Re: Morse Code to Text

    That ought to be pretty self-explanatory. Look at what it's expecting and what you're passing.
  2. Replies
    3
    Views
    12,828

    Re: Morse Code to Text

    You're using letter_out before the compiler has seen it. Either move it before main, or prototype as you have your other functions.
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured