Harshali Kardak
@harshalikardak
5 published packets
Joined Feb 2021
Published Projects
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 ).
Mar 23, 2021
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.
Mar 15, 2021
Number incrementation in C++ using operator overloading
In this program, incrementation in the number is done in C++ using operator overloading.
Mar 15, 2021
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.
Mar 07, 2021
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.
Mar 06, 2021