Conversion calculator is a simple project using C++ language in which converts a binary to decimal, octal to decimal, binary to octal, and vice-versa.
The project uses the Polymorphism feature of C++ and virtual function to calculate the factorial of a number.
Tic Tac Toe also known as 'X' & 'O' game is a 3*3 grid game played between two players where each player is assigned with a 'X' and 'O' symbol respectively.