An open API service indexing awesome lists of open source software.

https://github.com/saraiannn/interactive-menu

A simple interactive operation menu in C++
https://github.com/saraiannn/interactive-menu

cpp vectors

Last synced: about 1 year ago
JSON representation

A simple interactive operation menu in C++

Awesome Lists containing this project

README

          

# Interactive menu
This is a small C++ console program that displays a simple interactive menu to the user. Based on the selected option, the program performs different predefined operations. After executing the selected task, the menu is shown again, allowing the user to perform multiple actions until they choose to exit the program.