ronanboiteau / my_select

{EPITECH.} C program that outputs your selection between multiple given choices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_select

{EPITECH.} first year project.

Program that outputs your selection between multiple given choices.

Written in C, using the ncurses library.

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the my_select executable file.

How to use my_select?

  • ./my_select [choice_1] [choice_2] [...] [choice_n]
  • Select/unselect an item with SPACE
  • Delete an item with BACKSPACE
  • Confirm selection with ENTER

About

{EPITECH.} C program that outputs your selection between multiple given choices


Languages

Language:C 94.1%Language:Makefile 5.9%