https://github.com/heyfoz/cpp-invoice-file-read-write
The Invoice File Read/Write Program (C++) reads invoice details from a .txt file, printing a detailed list of the invoices and their calculated total costs. An output file named output.txt is created to mirror the console output.
https://github.com/heyfoz/cpp-invoice-file-read-write
cpp file invoice read-write
Last synced: 12 months ago
JSON representation
The Invoice File Read/Write Program (C++) reads invoice details from a .txt file, printing a detailed list of the invoices and their calculated total costs. An output file named output.txt is created to mirror the console output.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-invoice-file-read-write
- Owner: heyfoz
- License: mit
- Created: 2022-11-12T04:04:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T01:35:34.000Z (over 3 years ago)
- Last Synced: 2025-01-30T05:11:47.357Z (about 1 year ago)
- Topics: cpp, file, invoice, read-write
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_invoice_file_read_write
The Invoice File Read/Write Program (C++) reads invoice details from a .txt file (input.txt), printing a detailed list of the invoices and their calculated total costs. An output file named output.txt is created to mirror the console output.
Exception handling: if there is an error reading the file, the program prints an error message and exits.
Link to .cpp file: Invoice File Reader C++ Program
Copyright (c) 2022 ffm5113