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.
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.
I have created a student data management system using C++ which has menus like entering student Details, edit Details, show results.
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 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.
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.