A simple C++ program that lets you convert a decimal number (base 10) to a base N number using an array of characters
The C++ code that lets you solve the Tower of Hanoi Problem by giving Step-By-Step instructions to move the Discs from one Rod to another.
A visual game in C++ which tells if a drunk man can make it to his house or he'll be sleeping on the road that day!
Tic-Tac-Toe game using C++ that enables two players to play turn by turn and declare the results if any Player won or that was a Draw!
CPP code that asks for the unsolved sudoku matrix and prints the solved matrix using Backtracking. It also tells if the given problem has any solution or not.
A C++ application that helps buyers and sellers to seek or publish products or services using File Handling.