问题描述
对于那些努力编写完全可移植的,符合标准的代码的人:
编写GUI应用程序的最佳库是什么?
我听说过有关wxWidgets的好消息。它会是首选吗?
-
Frederick Gotham
For those of you who strive to write fully portable, Standard-compliant code:
What''s the best library for writing GUI applications?
I''ve heard good things about wxWidgets. Would it be the preferred choice?
--
Frederick Gotham
推荐答案
HTML?我们住在2006年!
HTML? We live in 2006!
Qt。上次我查看wxWidgets(2年以上)时似乎使用了很多旧式构造 -
。宏等等。 Qt将
保持在最低限度。
Qt. Last time I looked at wxWidgets (2+ years) it seemed to use
a lot of old style constructs - macros and such. Qt keeps that
to a minimum.
HTML?我们住在2006年!
HTML? We live in 2006!
所以你要求他用c ++编写一个cgi程序并提供一个带嵌入式webserver的
安装:D ..很好..
:))
so you asking him to write a cgi program in c++ and provide an
installation with embedded webserver :D.. excellent..
:))
这篇关于GUI库是标准程序员的首选的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!