Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 339 Bytes

File metadata and controls

14 lines (12 loc) · 339 Bytes

Build with g++ -o sample_main -std=c++11 DFS_MINI_PROJECT.cpp

Note: for older gcc versions like 4.8, 5.0 etc.

add -lpthread to the compilation line

Program Features

Add New Customer
All Items
Sold Items
Add New Item
Edit Item
Delete Item
Search Item
File Handling