c++ Interactive Dialogs

I have seen 'zenity' and 'dialog' which work in the Bash Terminal.
How do I produce a dialog screen in c++11, and acquire the response ?
You probably need ncurses. There's a C++ binding as well as C.
Great thanks !
Topic archived. No new replies allowed.