1. Project [ C++] : Bank management programming system
1. Project [ C++] : Bank management programming system
This banking record system project in C++ is a console application developed with the use of a graphics component. It is more of a database project in C++ and is built using the language’s file handling mechanism. It is suitable for a person who wants to learn how to add, edit, search, delete or modify records in a file, and how to use a file as database overall.
The source code for this project is just over 325 lines. The coding has been presented in a very understandable manner. The source code needs to be compiled in Visual studio code(MacBook) IDE using GCC compiler.
🌐 www.hasnatjanirafin.com
📁 hasnatjanirafin@hdu.edu.cn
Copyright ©2022- All Rights Reserved - Github
2. Project [C++] : Calculator
A simple calculator is a project to allow users to calculate basic four operations in mathematics( addition, subtraction, multiplication, division) by using the LCD as the screen and two capacitive touch sensors as a number pad and operator pad. However, the input has to be in the form "number1 operator1 number2 operator2 number3" (i.e 2+4*10). The input values can be from any integer to even a number with decimals. Moreover, this calculator is smart enough to operate multiplication/division before addition/subtraction, in another word it is implemented with the order of precedence logic. This calculator is implemented with two capacitive sensors
🌐 www.hasnatjanirafin.com
Copyright ©2022- All Rights Reserved - Github