sanjeetchau / Store-Inventory-Database

Departmental-store-like stocks and inventories database storage and ease of searching. (Along with, possibly, customer purchase history.)
MIT License
0 stars 0 forks source link

Unifying the code files of the project. #2

Open sanjeetchau opened 2 years ago

sanjeetchau commented 2 years ago

Have to study how to make different src files work together. So far have seen topics like "extern", library, header files -- not in detailed though.

sanjeetchau commented 2 years ago

added the store_inventory_database_header.h with the function prototype definitions. I think this resolves the issue, but I still feel there's a knowledge gap here for what's happening, so I'll leave it open for a bit more.

references: