Skip to content

ahsenez/cpp-retail-inventory-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Retail Inventory & Sales System

Console-based C++ project for managing products, stock, and sales.

Features

  • Add products
  • List products
  • Update stock
  • Record sales
  • View total revenue and units sold
  • See low-stock alerts
  • File-based persistence with .txt files

Tech

  • C++
  • OOP
  • File handling
  • STL

Build

g++

g++ src/*.cpp -Iinclude -o inventory_app
./inventory_app

Windows (MinGW)

g++ src/*.cpp -Iinclude -o inventory_app.exe
inventory_app.exe

Project Structure

  • src/ → source files
  • include/ → header files
  • data/ → product and sales records

Why this project is useful

This project is good for GitHub because it shows:

  • object-oriented programming
  • real business logic
  • inventory and sales workflow
  • file persistence

About

C++ inventory and sales management system with stock tracking, sales reports, and file-based data storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages