C++ and ncurses

I know that ncurses will work in C++ by just including the curses.h, but I am wondering if there is an object oriented version of ncurses or a curses like library that will accept c++ string objects so that I can ditch the old c-strings.
Last edited on
ncurses have C++ bindings, see the demo they include in the source: http://svn0.us-east.freebsd.org/base/vendor/ncurses/dist/c++/demo.cc and the rest of that dist/c++ directory.
I don't think they deal with the string objects, though.
Does a curses library or other terminal manipulating library that supports a more OOP approach even exist?
I like those examples, I guess this is pretty much answered.
Topic archived. No new replies allowed.