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 ).
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.
In this program, incrementation in the number is done in C++ using operator overloading.
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.
It is a username and password program in C++ using file handling. User can register and then log in using the username and password.