Skip to content
View lostsidedead's full-sized avatar

Block or report lostsidedead

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

Pinned Loading

  1. MINI-GAME MINI-GAME Public

    This is one of my favorite childhood games, i had so much fun playing this game so i decided to make it into this app.

    C++ 4 1

  2. Bank-System Bank-System Public

    This C++ Bank System allows users to create accounts, deposit/withdraw money, and check balances. It uses Account and Bank classes to manage account operations and multiple accounts.

    C++

  3. Car-Rental-System Car-Rental-System Public

    This Car Rental System allows users to view, rent, and return cars through a simple command-line interface. It demonstrates the use of object-oriented programming (OOP) concepts such as classes, co…

    C++

  4. TicTacToe-Game TicTacToe-Game Public

    This C++ project implements a Tic Tac Toe game for two players, where each player takes turns marking spaces on a 3x3 grid. The game checks for a win condition after every move and declares the win…

    C++

  5. Hotel-BookingSystem Hotel-BookingSystem Public

    This Hotel Booking System allows users to book, cancel, and view room details in a hotel. It demonstrates key object-oriented programming principles such as class and object management in C++, mana…

    C++

  6. Student-DatabaseSystem Student-DatabaseSystem Public

    This Student Database System is a simple C++ program for managing student records. Users can add, search, display, and delete students by ID. It demonstrates object-oriented programming, data manag…

    C++