Skip to content

abharga2/Inventory-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created by Abhishek Bhargava on 1/7/17.

Copyright © 2017 Abhishek Bhargava. All rights reserved.

Inventory-Project

Keep track of inventory! Interactive user-specific inventory management system, stores sets of products in database based on user ID. Uses a hash table implementation with separate chaining for quick lookup, insertion, and deletion.

lib contains memory allocation wrapper (xalloc) and contract statements (contracts.h) doubly linked list implementation in list.h, list.cpp

To compile: g++ -Wc++11-extensions -std=c++0x lib/xalloc.cpp lib/list.cpp lib/hash_table.cpp product.cpp test_hash.cpp -lsqlite3

Dependencies: sqlite3

To install: brew install sqlite3

About

Keeping track of inventory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors