https://github.com/heyfoz/cpp-inventory-txt-file-reader
The Inventory Text File Reader Program (C++) reads a file named parts.txt and displays a report showing the part classification, total units, and total value of the inventory in the console.
https://github.com/heyfoz/cpp-inventory-txt-file-reader
cpp inventory reader txt-files
Last synced: 4 months ago
JSON representation
The Inventory Text File Reader Program (C++) reads a file named parts.txt and displays a report showing the part classification, total units, and total value of the inventory in the console.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-inventory-txt-file-reader
- Owner: heyfoz
- License: mit
- Created: 2022-10-08T21:59:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:49:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T04:49:37.016Z (7 months ago)
- Topics: cpp, inventory, reader, txt-files
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_inventory_txt_file_reader
The Inventory Text File Reader Program (C++) reads a file named parts.txt and displays a report showing the part classification, total units, and total value of the inventory in the console.Link to .cpp file: Inventory TXT File Reader C++ Program
Copyright (c) 2022 ffm5113