Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) QuadraticSolver

 

QuadraticSolver is a (console) tool to solve quadratic equations.

 

I felt obliged to program this tool, as a counterweight to PerpetualPC's terribly coded quadratic solver.

 

QuadraticSolver uses the function SolveQuadratic.

 

QuadraticSolver is programmed in C++ using the IDE C++ Builder 6.0. It uses the STL and Boost libraries.

 

*       View a screenshot of 'QuadraticSolver'.

*       Download the 'QuadraticSolver' Windows executable (zip).

*       Download the 'QuadraticSolver' source code (zip).

 

 

 

 

 

Post your feedback

 

Feel free to post your feedback about this tool at Programmer's Heaven.

 

 

 

 

 

External links

*       Wikipedia's page about quadratic equations

*       PerpetualPC showing how NOT to do it

 

 

 

 

 

Licence

 

 

  QuadraticSolver, solver of quadratic equations

  Copyright (C) 2008  Richel Bilderbeek

 

  This program is free software: you can redistribute it and/or modify

  it under the terms of the GNU General Public License as published by

  the Free Software Foundation, either version 3 of the License, or

  (at your option) any later version.

 

  This program is distributed in the hope that it will be useful,

  but WITHOUT ANY WARRANTY without even the implied warranty of

  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License

  along with this program.  If not, see <http://www.gnu.org/licenses/>.

 

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.