Coders Packet

Packets submitted by Harsh Kumar jha

C++ code for tic tac toe game

This is a simple tic tac toe game written in c++ programming language. At the end of the game, it will also display the winner's name.

C++ code for marks entry in school/college

In this C++ code, teachers can enter marks of every student only after entering the correct password. And the student can see their report card after entering their roll number.

C++ code for all operation in an array

In this code, the user can perform all possible operations related to an array in the c++ programming language.