Building HelloWorld C++ Program in Linux with ncurses

I successfully ran sudo apt-get install libncurses5-dev Within my Eclipse window I then try to build the following HelloWord.cpp program: I get the following error: It looks like the compiler is searching for the ncurses library and can’t find it? I checked /usr/lib and the library does not exist there so do I need to manually link the ncurses library … Read more