This project is part of the Udacity's C++ Nanodegree. The purpose of the project is to create a Linux system process monitor as shown below.
ncurses is a library that facilitates text-based graphical output in the terminal. This project relies on ncurses for display output.
To install ncurses: sudo apt install libncurses5-dev libncursesw5-dev