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

https://github.com/heyfoz/cpp-inventory-part-structures

The Inventory Part Structures Program (C++) utilizes a loop to ask the user to enter a part number (string), part name (string), part class (char), in stock quantity (int), and unit cost (double). Once the user is done entering part details, the program writes the inventory part structures out to a txt file.
https://github.com/heyfoz/cpp-inventory-part-structures

cpp inventory struct txt-files

Last synced: about 2 months ago
JSON representation

The Inventory Part Structures Program (C++) utilizes a loop to ask the user to enter a part number (string), part name (string), part class (char), in stock quantity (int), and unit cost (double). Once the user is done entering part details, the program writes the inventory part structures out to a txt file.

Awesome Lists containing this project

README

          

# cpp_inventory_part_structures
The Inventory Part Structures Program (C++) utilizes a loop to ask the user to enter a part number (string), part name (string), part class (char), in stock quantity (int), and unit cost (double). Once the user is done entering part details, the program writes the inventory part structures out to a txt file.

Link to .cpp file: Inventory Part Structures C++ Program

Copyright (c) 2022 ffm5113