Why wxWidgets?

 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,windows,frameworks,linux,application,c++,each)