0
How to make interactive cli app in c.
1 Odpowiedź
+ 3
Create a loop. Inside the loop.
1. Print options with numbers.
2. Take user input (the number).
3. Run the command (use a switch).
3.1 Take extra input's if necessary for the command.
Each command is a separate function.