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.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-inventory-part-structures
- Owner: heyfoz
- License: mit
- Created: 2022-11-13T23:13:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T23:17:53.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T04:49:24.811Z (7 months ago)
- Topics: cpp, inventory, struct, txt-files
- Language: C++
- Homepage:
- Size: 10.7 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_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