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

Thread: c++ problem

Threaded View

  1. #3
    Join Date
    Feb 2006
    Location
    Croatia - Zagreb
    Posts
    459

    Re: c++ problem

    There is no problem, This is a sceleton project file all of the algorithms are written and there is accctually one function like this:
    Code:
    void sweepLine( int n )
    {
      // ** STUDENT will add the code
    }
    One would think that a person with 109 posts would know the policy of homeworks here. But don't loose hope, read this:
    http://www.codeguru.com/forum/showthread.php?t=366302
    Last edited by Odiee; October 28th, 2008 at 03:32 AM.
    You just divided by zero, didn't you?

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