I am totally new to C++ programming on gcc. I wanted to add color to my text on the output on the console. Since there is no conio.h on linux, I researched and found that ncurses.h could do the trick. Now the only problem is that I do not know how to download it and then add the library. Can someone please describe the method?
Also, if anybody can describe whether ncurses.h is a better option than curses.h or if I am completely wrong in using curses.h?
ncursesdoesn't prove sufficiently helpful, you can always pick up a copy of Dan Gookin's Programmer's Guide to nCurses – Agi Hammerthief Dec 19 '18 at 09:55