ncurses

Has anyone used the ncurses (not curses) library? What would be the best way to implement it in C++. I'm trying to use it to create a simple text editor but I'm not having much luck.
I've used it to make a simple snake game with it.

I don't understand what you mean by the best way to implement it in C++. You could install the library by sudo apt-get install ncurses-dev on Debian.

Here is a How-to: http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/

I read a bit of it and then just started searching up what I needed.
Topic archived. No new replies allowed.