Ash_Calculator is a C++ project developed by Ashmeet Singh, a student at MEDI-CAPS University, Indore. This calculator provides efficient calculation capabilities in a terminal-based environment, featuring both basic and statistical calculations.
This project was created as part of the first-year curriculum to demonstrate proficiency in C++ programming. It includes:
- Basic arithmetic operations (addition, subtraction, multiplication, division) ๐งฎ
- Statistical calculations (mean, median, mode) ๐
- User-friendly terminal UI for interaction ๐ป
Screenshot of the main page showcasing the calculator interface.
Homepage with navigation options and user login.
Example of basic arithmetic operations available.
Screenshot demonstrating statistical calculations.
-
Clone the repository:
git clone https://github.com/ashmeet07/Ash_Project.git cd Ash_Project
-
Compile the program:
g++ -o calculator main.cpp
-
Run the program:
./calculator
-
Note: Create a file named "Information.txt" in the folder "DATABASE_Calculator" for login registration using the file system.
This project demonstrates the capabilities of a first-year student and serves as a foundation for further enhancements and learning in C++ programming.
For inquiries about Ash_Calculator, please contact Ashmeet Singh at [email protected].