Math Graphics

3D Pyramid in C++ Visual Sudio

A pyramid is plotted in 3D. It is allowed to translate it on the Y axis and rotate it around…

Read More »
The Programming Challenge

Challenge 12 – Arrange non-overlapping ASCII rectangles 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 »
The Programming Challenge

Challenge 11 – Visual effect in console mode in C++

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

Read More »
The Programming Challenge

Challenge 10 – How to pause for less than 55ms? in C++

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

Read More »
The Programming Challenge

Challenge 9 – Compress and decompress an ASCII file 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 »
Math and others

Roman to Arabic Numbers Converter in C++

Converts a Roman numeral to an Arabic numeral (ordinary numbering). ROMTOARA:Converts a Roman numeral to an Arabic numeral (ordinary numbering).…

Read More »
Math and others

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 »
The Programming Challenge

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 »
The Programming Challenge

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 »
The Programming Challenge

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 »
Back to top button