Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aanand058/store-info-provider
- Owner: Aanand058
- Created: 2023-09-13T06:02:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T15:41:19.000Z (7 months ago)
- Last Synced: 2024-11-13T15:56:06.887Z (3 months ago)
- Topics: c-plus-plus, filehandling, oop
- Language: C++
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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