C++ Programming Gallery

Random number generator in C++ (Aleator)

Three different ways to define a function that returns random numbers, in the same style as the random function. This…

Read More »

Sudoku Magic Square in C++

Solution to the classic mathematical problem of the magic square (odd order). For those who do not know what it…

Read More »

Challenge 16 – Solve the “magic square” of order N 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 14 – Compare 2 numbers 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 13 – Draw a star 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 »

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 »

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 »

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 »

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 »

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