C++ Programming Gallery

Towers of Hanoi in C++

Classic hanoi towers algorithm solved by means of a recursive function. Developed by: JOSE LUIS DE LA CRUZ LAZARO YACSHA…

Read More »

Challenge 8 – Evaluate a math function in one line of code in C++

Difficulty x10x3 This Challenge was proposed for the now defunct C/C++ programming list CWORLD in 1999.The source code of the…

Read More »

Challenge 7 – A bug in the matrix in C++

Difficulty x10x8 This Challenge was proposed for the now defunct C/C++ programming list CWORLD in 2000.The source code of the…

Read More »

Challenge 6 – Why does multiplication not return the correct value? in C++

Difficulty x10x5 This Challenge was proposed for the now defunct C/C++ programming list CWORLD in 1999.The source code of the…

Read More »

Challenge 5 – Why can’t you get the YOU GOT IT RIGHT!!!! message? in C++

Difficulty x10x5 This Challenge was proposed for the now defunct C/C++ programming list CWORLD in 1999.The source code of the…

Read More »

Challenge 4 – What are the three main errors in the program? in C++

Difficulty x10x5 This Challenge was proposed for the now defunct C/C++ programming list CWORLD in 1999.The source code of the…

Read More »

Plotting Mathematical Functions, 2d function plotter in C++ (Graf XY), using graphics.h BGI library

Plots points of a two-dimensional function (y = f(x)) on the screen, in the specified region of the Cartesian plane.…

Read More »

Challenge 3 – Can you draw the linear function correctly? in C++, using graphics.h BGI library

Difficulty x10x5 This Challenge was proposed for the now defunct C/C++ programming list CWORLD in 1999.The source code of the…

Read More »

A C++ class for addition, difference, multiplication and inversion of matrices (CMatrix)

This example shows how to use the powerful CMatriz class to work with matrices. And show how this class can…

Read More »

Challenge 2 – What is the error? in C++

Difficulty x10x5 This Challenge was proposed for the now defunct C/C++ programming list CWORLD in 1999.The source code of the…

Read More »
Back to top button