Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tahaSadeghi2308/Milich

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MILICH

Milich is a simple product manager system that allows you to manage your products using a command line interface (CLI) system . this project has been created with a system which is so hard to type with it !!!!

HOW TO RUN

First make sure you have installed g++/gcc and cmake build system and than run following commands

rm -rf build
mkdir build && cd build
cmake ..
make
./run

if you are using windows use these commands

rmdir /s /q build
mkdir build
cd build
cmake ..
mingw32-make
.\run

if you haven't cmake , you can run this program with this instruction

g++ main.cpp src/usersManager.cpp src/shortFuncs.cpp src/productManager.cpp -o run
./run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published