This program is a simple c++ program using the complex.h include file of
Turbo C++ to find the roots of a quadratic equation, even if its roots are
complex.  It is very easy to use, simply type: roots a b c where a, b, and c
are floating point numbers representing the constants of a quadratic equation
such that the equation is ax^2+bx+c=0 (in standard form).  I also included
source code so feel free to change the source code as you want as long as you
leave my name in the program.
