Coders Packet

Packets submitted by SUBRAT KUMAR

Bus Registrations and Reservation Window using C++

This project is based on the concept of object-oriented programming(OOPs) in C++. Here we register new buses, book the seats and check the availability of different buses on different routes.

Understand and implement Data Structures using C++

This project is related to the concept of Data Structures in C++. Understand data structures in C++ by getting inputs, inserting, and displaying using functions of these data structures.

Universal Banking System Using C++

This project is based on the concept of file handling and OOPs concept in C++. Here we create account, modify, deposit, withdraw, get users' details and get all the registered users list.