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++
- Host: GitHub
- URL: https://github.com/saraiannn/interactive-menu
- Owner: saraiannn
- Created: 2025-06-23T17:30:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-23T17:33:45.000Z (about 1 year ago)
- Last Synced: 2025-06-23T18:39:30.580Z (about 1 year ago)
- Topics: cpp, vectors
- Language: C++
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.