cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
ncurses
ncurses
Oct 2, 2015 at 3:10pm UTC
newb4lyfe
(29)
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.
Oct 2, 2015 at 5:07pm UTC
ChajusSaib
(96)
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.