C++

C++ Language

Graphics

2D and 3D math function plotter in C++ (GrafiCAD), using graphics.h BGI library

Function Plotter for DOS Developed by: JOSE LUIS DE LA CRUZ LAZARO YACSHA – Software & Desing, since 1999, Lima…

Read More »
Math and others

N-Queens Problem in C++: Backtracking vs. Brute Force Algorithms

How can N queens be distributed on an N*N board without attacking each other? This program shows all the possible…

Read More »
Graphics

Math function parser, with example of 2D function plotter in C++ (SFR)

This program is a demo of how to use GRAFXY.H and RSF.H to plot functions at runtime, i.e. the function…

Read More »
Back to top button