https://github.com/heyfoz/cpp-sales-report-struct-read-write
The Sales Report Structure Read/Write Program (C++) reads a text file titled sales.txt, generates a sales report, and uses a custom writeReport function to create a text file titled inventoryReport.txt. The report includes calculated values for total sales and percentages for each category.
https://github.com/heyfoz/cpp-sales-report-struct-read-write
cpp read-write reporting sales
Last synced: 12 months ago
JSON representation
The Sales Report Structure Read/Write Program (C++) reads a text file titled sales.txt, generates a sales report, and uses a custom writeReport function to create a text file titled inventoryReport.txt. The report includes calculated values for total sales and percentages for each category.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-sales-report-struct-read-write
- Owner: heyfoz
- License: mit
- Created: 2022-11-14T02:39:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T19:17:07.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:48.310Z (about 1 year ago)
- Topics: cpp, read-write, reporting, sales
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_sales_report_struct_read_write
The Sales Report Structure Read/Write Program (C++) reads a text file titled sales.txt, generates a sales report, and uses a custom writeReport function to create a text file titled inventoryReport.txt.
The report includes calculated values for total sales and sales percentages for each category.
Link to .cpp file: Sales Report Structure Read/Write C++ Program
Copyright (c) 2022 ffm5113