Coders Packet

Packets submitted by Harshali Kardak

ATM machine using class and object in C++

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 ).

Find longer string in C++

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.

Number incrementation in C++ using operator overloading

In this program, incrementation in the number is done in C++ using operator overloading.

Student data access in C++ using class and object

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.

Username and password program in C++ using file handling

It is a username and password program in C++ using file handling. User can register and then log in using the username and password.