Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aanand058/store-info-provider

Console based program to retrieve and process data from two distinct files containing store details and ongoing offers.
https://github.com/aanand058/store-info-provider

c-plus-plus filehandling oop

Last synced: 24 days ago
JSON representation

Console based program to retrieve and process data from two distinct files containing store details and ongoing offers.

Awesome Lists containing this project

README

        

# Store-Info-Provider

This application is designed to retrieve data from two distinct files. The first file contains details regarding store numbers and their current status, while the second file contains information about ongoing offers on items within those stores, along with their corresponding store numbers. The application seamlessly processes this data and generates an output file that comprehensively presents the store numbers, their conditions, and current statuses. Throughout its development, the application adheres to rigorous C++ and Object-Oriented Programming (OOP) principles, ensuring robust and organized code.

Command to Run in Terminal :

Compile: -> g++ -o main.exe Item.cpp main.cpp Store.cpp outputFile.cpp

Run: -> ./main.exe