你最好的库创建GUI(gtk,qt,win32 api等)?
问题描述:
您认为,在 Windows 中创建gui的最佳方法是什么? gtk或win32 api?
In your opinion, what is the best way to create gui in Windows ? with gtk or win32 api ?
您是否推荐GTK for windows?是吗? NO?为什么?
Do you recommend GTK for windows ? Yes ? NO ? Why ?
答
让我们看看。
-
- C#(或C ++)与C#(或C ++)一起使用。 .NET可能是您针对Windows特定开发的主要选择。
-
- 甚至半限制地将该代码移植到其他平台)。
就个人而言,如果我做某些特定于Windows的工作,我使用.NET - Visual Studio中的工具非常强大,
Personally, if I do something Windows-specific, I use .NET - the tools in Visual Studio are very powerful, and it's a great all-encompassing suite.
对于与平台无关的内容,我使用Java,但这可能不是您的首选工具。我已经看到QT为此目的使用了很多。
For platform-independent stuff, I use Java, but that may not be your tool of choice. I've seen QT used a lot for that purpose.