It is a username and password program in C++ using file handling. User can register and then log in using the username and password.
It is a student data access program in C++ using class and object. Student details such as name, marks will be accessed from its roll number.
In this program, incrementation in the number is done in C++ using operator overloading.
It is a program to find a longer string among two strings. This program is in C++ and gives a good understanding to make logics in strings related program.
It is an ATM machine program using C++. In this program, some basic functions of ATM machine are performed (such as credit amount, withdrawal the amount ).
This project contains a nicely written and formatted template that can be used by any Competitive programming website to speed-up the code and quickly use C++ STL library functions.
Implementation of Simple Segment Tree in C++ that finds a sum of a given range in a given array.
Some N friends are there who have to Give and Take money from each other. We aim to minimize the number of operations ie Give and Take using C++.
A project to encrypt a Password in 2 modes either Simple encryption or Advanced Encryption using C++
It is a Restaurant Project in C++ in which you can purchase and sell items listed on the menu.
This code helps to understand the concept of function overloading using C++. Two different data types are taken in the code.
In this project, users can add a new phone record, display existing phone records, search a particular phone record and delete phone records using C++.