CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 29

Threaded View

  1. #15
    Join Date
    Apr 1999
    Posts
    27,449

    Re: need help please

    Quote Originally Posted by sadam View Post
    that means that my program is wrong? can you help me fix it because the deadline is nearby?
    You wrote the code, therefore you must have known what every variable, function, line of code does.

    Therefore, what is stopping you from debugging your own code? You wrote it, right? So why can't you debug something you wrote? As was stated, learning to debug your programs is part of learning how to program. So asking us to do the work you're supposed to have done is almost and maybe, just as bad as one of us writing the code for you.

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; May 7th, 2011 at 11:46 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured