Graphing Calculator — FOCP Project
C++ · SFML · Microsoft Visual Studio
During my first semester, I was introduced to graphing in Calculus for the first time and wanted to understand the concept more deeply through software.
I decided to build my own graphing calculator in C++ as my first GUI-based programming project.
I researched graphing concepts through books and YouTube, learned how to use SFML, and developed the application using C++ in Microsoft Visual Studio. I focused on creating a functional interface that could visually represent mathematical graphs.
The project helped me move beyond basic console programming and introduced me to GUI development, mathematical visualization, and independent technical research. It became my first complete software project with a visual user interface.