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

Search:

Type: Posts; User: nuzzle

Search: Search took 0.05 seconds.

  1. Replies
    7
    Views
    6,913

    Re: Quadraatic Formula Program Problem

    They're called literals.

    Good luck.
  2. Replies
    7
    Views
    6,913

    Re: Quadraatic Formula Program Problem

    As has been suggested the problem is integer division. Switch to doubles throughout.

    And note that 2 is an integer whereas 2.0 is a double.

    Another problem is that you must make sure that sqrt...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured