Did you evet want to write a program in C++ that can run in multi-platforms such as Windows, Liux, MaxOS? How is this possible when every platform has it's own framework, look and feel, or SDK? Of sourse, you don't want to rewrite your application for each platform. This would create a maintenance nightmare.
wxWidgets is the solution. wxWidgets hides all the platform specific code for you. There are many platform independent frameworks available. So why should you choose for wxWidgets?
- It is very complete. There are many utility classes.
- It is still heavily developed.
- Many compilers and platforms are supported: Windows, Linux, Mac and Unix.
- There's a lot of documentation.
- It's free for personal and commercial use.
- Wheneven possible, wxWidgets uses the platform SDK. This means that a program compiled on windows will have the look and feel of a windows program, and when compiled on a Linux machine, it will get the look and feel of a Linux program
本文介绍了一种使用wxWidgets进行跨平台应用程序开发的方法。通过隐藏各平台的具体实现细节,wxWidgets使得开发者能够在不同操作系统上(如Windows、Linux、MacOS等)编写一致的代码,并保持各自的操作体验特性。
4819

被折叠的 条评论
为什么被折叠?



