CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2012
    Posts
    1

    Help with commenting code

    Hey, Is there somone that could help me comment this small projekt with som detailed comments on every row.

    the project is in the zip file.

    thanks in advance
    Attached Files Attached Files

  2. #2
    Join Date
    Dec 2008
    Location
    Step Into(F11)
    Posts
    465

    Smile Re: Help with commenting code

    please post the code what you have written .this way you will get much faster reply from members.

  3. #3
    Join Date
    Dec 2008
    Posts
    144

    Re: Help with commenting code

    This is really straight forward, basic graphic stuff. Why do you need help commenting the code? This looks like a homework assignmnet to me, and we don't do people's homework for them. If there's something specific you don't understand, then ask, but don't think you can learn programming without doing the work.
    Code:
    if (Issue.Resolved)
    {
         ThreadTools.Click();
         MarkThreadResolved();
    }

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