CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Beijing,PRC
    Posts
    3

    C++ equation solver-grapher program HELP!!

    Hi:
    My name is Carol, I was assigned to do a program that solves first and second
    degree equations and then graphs them. For example: (ax+b=cx+d).
    ax2(exp)+bx+c=o. I have a couple of tutorials and I have studied them extensively
    but they don't help, I'm on my own, my teacher is horrible.
    So PLEASe if you happen to have source code for something among these lines
    or if you have an strategy for this please help me, I BEG YOU. THanks.


  2. #2
    Join Date
    May 1999
    Location
    Texas, USA
    Posts
    568

    Re: C++ equation solver-grapher program HELP!!

    Are you supposed to graph them on paper, screen, or what? Let me know and maybe I can guide you in the right direction.

    Wayne


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