Pinned Repositories
Admission-Management
An admission management system is a software application that automates and streamlines the process of enrolling students in educational institutions such as schools, colleges, and universities. It typically includes features such as application management, registration, and enrolment, fee payment, and student information management.
Casino-Number-Generation-Game
The primary objective of the Casino Number Generator game is to deliver an engaging and immersive digital gambling experience that challenges players luck and strategic decision-making skills. The game is designed to create an environment where participants can experience the thrill of uncertainty while incorporating elements of calculated risk
Number-Guessing
This program generates a random number between 1 and 100, and then asks the user to guess the number. It provides feedback on whether the guess is too high or too low and continues to ask for guesses until the correct number is guessed. The program also keeps track of the number of attempts it took to guess the correct number.
Simple-Calculator.
The program takes two numbers and the desired operation as input from the user and performs the calculation.
Tic-Toe-Game.
This program implements a simple console-based Tic-Tac-Toe game in C++. It follows the rules you provided and allows two players to play against each other. The game will prompt players for their moves, display the current state of the board, check for a win or draw, switch players, and ask if the players want to play another game.
To-Do-List
Basic Todo List: This C++ program implements a minimalist Todo List. Users can add tasks with descriptions, due dates, and categories. Operations include marking tasks complete, removing tasks, and displaying the current task list.
Subrat-03's Repositories
Subrat-03/Admission-Management
An admission management system is a software application that automates and streamlines the process of enrolling students in educational institutions such as schools, colleges, and universities. It typically includes features such as application management, registration, and enrolment, fee payment, and student information management.
Subrat-03/Casino-Number-Generation-Game
The primary objective of the Casino Number Generator game is to deliver an engaging and immersive digital gambling experience that challenges players luck and strategic decision-making skills. The game is designed to create an environment where participants can experience the thrill of uncertainty while incorporating elements of calculated risk
Subrat-03/Tic-Toe-Game.
This program implements a simple console-based Tic-Tac-Toe game in C++. It follows the rules you provided and allows two players to play against each other. The game will prompt players for their moves, display the current state of the board, check for a win or draw, switch players, and ask if the players want to play another game.
Subrat-03/Number-Guessing
This program generates a random number between 1 and 100, and then asks the user to guess the number. It provides feedback on whether the guess is too high or too low and continues to ask for guesses until the correct number is guessed. The program also keeps track of the number of attempts it took to guess the correct number.
Subrat-03/Simple-Calculator.
The program takes two numbers and the desired operation as input from the user and performs the calculation.
Subrat-03/To-Do-List
Basic Todo List: This C++ program implements a minimalist Todo List. Users can add tasks with descriptions, due dates, and categories. Operations include marking tasks complete, removing tasks, and displaying the current task list.