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 alternative
NCurses alternative
Mar 21, 2015 at 4:42pm UTC
closed account (
EwCjE3v7
)
Hey, I was wondering if anyone knew of an alternative for NCurses for C++, I know you can use it with c++ but it's based on C and forces you to use it. Its tedious getting it working with c++ library types.
So any good ones out there?
Thank you
Mar 27, 2015 at 8:19pm UTC
koothkeeper
(429)
The latest versions of ncurses has C++ libraries now. Here are some links:
http://invisible-island.net/ncurses/
https://www.gnu.org/software/ncurses/
As an alternative there is fltk:
http://www.fltk.org/index.php
Apr 3, 2015 at 11:13pm UTC
closed account (
EwCjE3v7
)
I would first like to apologize for the late reply, there was no reply so I thought the thread was just dead.
That out of the way, I would like to thank you for the reply. I'll take a look at these and let you know within the next day or so. Cheers mate!
Edit:
Any tutorial on using it with c++?
Last edited on
Apr 3, 2015 at 11:39pm UTC
Apr 6, 2015 at 12:28pm UTC
koothkeeper
(429)
You're welcome!
I'll check when I get home today; however, I think there are sample programs under the ncurses C++ directory.
Topic archived. No new replies allowed.