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

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.

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