/menu

Create and navigate a simple CLI menu in C++ without thinking too much

Primary LanguageC++MIT LicenseMIT

menu

A very simple C++ library with just one function to print and navigate a menu, for those times when you want to do only one out of several independent things in one same binary, but you're too lazy to deal with command-line arguments.

You can find an usage example in main.cpp.

image

image

image