Skip to content
View Subrat-03's full-sized avatar
Block or Report

Block or report Subrat-03

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Tic-Toe-Game. Tic-Toe-Game. Public

    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 m…

    C++ 1

  2. Admission-Management Admission-Management Public

    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…

    C 1

  3. Casino-Number-Generation-Game Casino-Number-Generation-Game Public

    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 …

    C++ 1

  4. Number-Guessing Number-Guessing Public

    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 guess…

    C++

  5. Simple-Calculator. Simple-Calculator. Public

    The program takes two numbers and the desired operation as input from the user and performs the calculation.

    C++

  6. To-Do-List To-Do-List Public

    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…

    C++