Chapter 11 Exercise Set 2: ncurses Exercises¶
Project: An ncurses digital clock¶
Research how to check the time on the system clock and also how to write a loop with a time delay in it.
Use the ncurses library to make a nice looking console digital clock that
displays the current hour, minute and second and updates once per second.