Coders Packet

Packets submitted by Anuja Barje

Conversion Calculator using C++

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.

Polymorphism in C++ using Virtual function

The project uses the Polymorphism feature of C++ and virtual function to calculate the factorial of a number.

Create a user friendly Tic Tac Toe Game using C++

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.