Three different ways to define a function that returns random numbers, in the same style as the random function. This…
Read More »C++
C++ Language
Solution to the classic mathematical problem of the magic square (odd order). For those who do not know what it…
Read More »Converts a Roman numeral to an Arabic numeral (ordinary numbering). ROMTOARA:Converts a Roman numeral to an Arabic numeral (ordinary numbering).…
Read More »Classic hanoi towers algorithm solved by means of a recursive function. Developed by: JOSE LUIS DE LA CRUZ LAZARO YACSHA…
Read More »Plots points of a two-dimensional function (y = f(x)) on the screen, in the specified region of the Cartesian plane.…
Read More »This example shows how to use the powerful CMatriz class to work with matrices. And show how this class can…
Read More »A musical keyboard is simulated using the computer keyboard. Most important features: The keyboard is drawn on the screen, using…
Read More »Allows you to read a score from a txt file with the format of the QBASIC play function, and then…
Read More »Program that graphs conics in their general form ( AX^2+ BXY+CY^2+DX+EY+F = 0), that is to say parabolas, ellipses, hyperbolas,…
Read More »3D FUNCTION PLOTTER Rotates a 3D surface z=f(x,y) randomly around each of the three axes (X,Y,Z), modeling this function as…
Read More »









