Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages