A Simple Selection Menu in C with Ansi functions.
This time I'm working on creating a circular list with pointers so as to display choice menus in C using colors to highlight the items.
This time I'm working on creating a circular list with pointers so as to display choice menus in C using colors to highlight the items.
In my implementation, I have used 3 external global pointers (head, former and tail). That probably means that I can only create one list as these pointers are global variables.