Skip to content

Samarth2486/OnlineStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This project simulates a basic online store backend using C++ Standard Template Library (STL). It manages products, customer orders, inventory, and customer data efficiently.

Product Management: Store and categorize products with their IDs, names, and categories. Order Tracking: Record customer orders with timestamps. Inventory Control: Track stock levels using a map. Customer Queue: Maintain a deque for recent customer activity. Category Management: Organize product categories using set. Customer Data Management: Store customer information using unordered_map. Unique Products: Ensure unique product entries with unordered_set.

About

A C++ program simulating an online store's backend, managing products, orders, customers, and inventory using STL containers for efficient data organization and retrieval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages