Friday, May 20, 2011

Quadratic Function with Visual Studio 2008 C++ Windows Forms

I built program that calculate quadratic function. You enter 3 parameters of the quadratic function: a, b, c. And the program calculate results: discriminant, roots, vertex, intersection with y-axes and draw a graph of the function.
This is a window that the program create:
Solution Explorer looked as follow:


No comments:

Post a Comment