Skip to content

wonderingabout/store_management_fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Managing lists in C++

A quick command-line tool i coded in C++ for fun!!

Personal Purposes

Allowed me to learn about vectors and practice C++ :)

I have a lot of ideas of how i could improve it, for example adding a checkIsNumber on user's price or quantity input, or add a "cancel" check at every command, not just the main ones.

But this program achieved its purpose, which was to get familiar with C++ programming, coming from a Javascript background.

Support

Uses standard libraries only, so is cross-platform (Windows, Mac, Linux, etc.)

Instructions

On linux:

While in main.cpp's directory

g++ -o main main.cpp && ./main

Preview

greeting

add product

edit name

exit program

delete products

About

A fun command-line tool to manage lists in C++!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages