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

https://github.com/heyfoz/cpp-inventory-vector-builder

The Inventory Vector Builder Program (C++) reads an InventoryParts.txt file into a vector of structs containing part number, part class, quantity, and unit cost. Once the vector is filled, the user can request multiple types of inventory details, which are displayed via the console.
https://github.com/heyfoz/cpp-inventory-vector-builder

cpp inventory vector

Last synced: over 1 year ago
JSON representation

The Inventory Vector Builder Program (C++) reads an InventoryParts.txt file into a vector of structs containing part number, part class, quantity, and unit cost. Once the vector is filled, the user can request multiple types of inventory details, which are displayed via the console.

Awesome Lists containing this project

README

          

# cpp_inventory_vector_builder
The Inventory Vector Builder Program (C++) reads an InventoryParts.txt file into a vector of structs containing part number, part type, quantity, and unit cost. Once the vector is filled, the user can request multiple types of inventory details, which are displayed via the console.

Link to .cpp file: Inventory Vector Builder C++ Program

Copyright (c) 2022 ffm5113