A super market billing system made using CPP by Team #3, CSE B submitting for our Object Oriented Programming using C++ mini project in the academic year 2020-21.
To reproduce my code, download and extract the source code and open the supermarket-billing-system.cpp and run it in your favourite compiler!
It would be best if you are familiar with the following concepts in C++ before jumping right into the project:
- C++ basics and syntax
- Functions in C++
- class and inheritance
- Scope resolution in C++
- File handling.
This is our Mini Project for the subject Object Oriented Programming with C++, which we have submitted in our 2nd year, 1st Semester during the academic year 2020-21.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/mg143pavankumar/supermarket-billing-system/
- I would like to express my special thanks of gratitude to my faculty (Romy Sir) who gave us the golden opportunity to do this wonderful project on the topic supermarket-billing-system, Which helped us gain a lot of indepth knowledge on the CPP core concepts as well as OOP concepts.