编写命令行应用程序的前端gui
任何人都可以,指出一些好的教程,开发前端gui的命令行应用程序?我的意思是为像ffmpeg,nmap等应用程序编写一个前端。我知道存在许多这些应用程序,但我真的需要知道如何做呢?我打算为某些c ++应用程序开发gui? 。什么是更好的方法来做它和gui开发的图书馆应该用于确保跨平台的功能?
Can anyone please, point out some good tutorials, to develop a front end gui for commandline applications ? I mean writing a front end for applications like ffmpeg,nmap etc. I know that there exists many for these applications but I really need to know how to do it?. I'm planning to develop gui for some c++ applications? . What would be the better methods for doing it and what libraries for gui development should be used to ensure cross-platform functionality ? Any help would be greatly appreciated..
任何帮助将非常感谢..
包装命令行应用程序通常意味着执行命令行应用程序,处理其命令行参数并解析其输出。
Wrapping command line applications usually means executing the command line application, handling their command line parameters, and parsing their output.
对于GUI工具包,我建议进行其中一个主要的跨平台工具包:
For a GUI toolkit I would suggest going for one of the major cross platform toolkits:
- Qt(C ++)
- GTK + C ++ wrapper called gtkmm)
- wxWidgets(C ++)