0
Make a gui with console input
i need to make GUI that inputs things to a console
3 Answers
+ 3
from https://wxwidgets.org
"wxWidgets is a C++ library that lets developers create applications for Windows, Mac OS X, Linux and other platforms with a single code base. ..."
wx hello world
http://docs.wxwidgets.org/trunk/overview_helloworld.html
+ 2
Your question description conflicts with your qestion.
Hope this can help
WXwidgets examples:
http://zetcode.com/gui/wxwidgets/dialogs/
QT example:
https://www.ics.com/designpatterns/book/qtfirstapp.html
0
what is wxwidget?