Pinned Loading
-
Bank-System
Bank-System PublicThis 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++
-
Car-Rental-System
Car-Rental-System PublicThis 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++
-
TicTacToe-Game
TicTacToe-Game PublicThis 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++
-
Hotel-BookingSystem
Hotel-BookingSystem PublicThis 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++
-
Student-DatabaseSystem
Student-DatabaseSystem PublicThis 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++
If the problem persists, check the GitHub status page or contact support.