Coders Packet

Packets submitted by Neeraj Kumar Singhal

Hangman Game Using C++

In this game, I used C++ language in which the player chooses a letter one by one, if the letter matches in the string it will continue else the player has to guess again until the limit reaches.

Casino Game Using C++

In this game, I used C++ language in which the player chooses a number between 1 to 10. If he wins the money would become 10 times and if he loses he loses all his money.

Student Data Management Using C++

I have created a student data management system using C++ which has menus like entering student Details, edit Details, show results.

Decimal to Binary, Binary to Decimal using C++

Program to convert Decimal number into Binary format and Binary number to Decimal format using C++. The Binary number describes numeric values by two separate symbols: 1 (one) and 0 (zero).

TicTacToe game in C++

TicTacToe is a two-player game in which one's sign is' X' and the other's sign is 'O' and the player has to make 3 the same signs in a row to win the game.

Days in a particular month in C++

C++ program to find Days in a particular month. For example, if we give input as month number 5 and year 2003 and it means days in may, 2003 so it would print May, 2003 has 31 days.