Project information

Details

Using C++ and U++ (a C++ RAD framework), I designed a part inventory tracker with a GUI to display, edit, and add parts to inventory. The program validates for size of bin such that 0 <= bin <= 30. Additionally, the program automatically numbers any added parts to the correct bin number. Upon deleting part(s) from inventory, the bin numbers are automatically re-numbered.