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

Search:

Type: Posts; User: Paul McKenzie

Search: Search took 4.82 seconds.

  1. Replies
    10
    Views
    2,520

    Re: I need help with my basic program

    Again, writing and debugging programs is something you must learn to do. Just saying that "I wrote a program and it doesn't work. Make it work for me" isn't going to get you far here.

    I know...
  2. Replies
    10
    Views
    2,520

    Re: I need help with my basic program

    OK, you should understand something really basic.

    Building a C++ program successfully only means that your code is syntactically correct, and that the linker finds all of the external functions...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured