CREATING A PROGRAM TO GRAPH A QUADRATIC FUNCTION IN THE C++ PROGRAMMING LANGUAGE
Keywords:
C programming language, quadratic function, function graph, graph plotting, visualization, mathematical modeling, software development, coordinate system, algebraic equation, software.Abstract
This program is designed to plot the graph of a quadratic function. The user inputs the coefficients of the quadratic equation, and the program generates its graph. The program is written in the C++ programming language and utilizes graphical libraries. As a result, the user can visually observe the graph of the function and analyze it.
References
Bjarne Stroustrup. The C++ Programming Language. Addison-Wesley, 2013.
Robert Lafore. Object-Oriented Programming in C++. Sams Publishing, 2002.
Steve Heller. Beginning C++ Through Game Programming. Cengage Learning, 2017.
Herb Sutter, Andrei Alexandrescu. C++ Coding Standards: 101 Rules, Guidelines, and Best Practices. Addison-Wesley, 2004.
Graphics.h Documentation. Turbo C++ Documentation.
SFML Documentation. Simple and Fast Multimedia Library (SFML).