开发者

A simple C++ framework for Win32 Windows Applications? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 5 years ago.

开发者_StackOverflow中文版 Improve this question

Is there a simple/small framework (Other than .NET) which allows you to create windowed applications with C++ under Win32. Just like a little DLL I can include with my app.

It should have basic functions like creating a window , buttons , text edits and handling them.


WTL is a set of lightweight templates that make writing Win32 windowing code quite easy (to the extend C++/Win32 can be easy).


I would recommand Qt. It's an intuitive and user friendly framework. In addition it is cross platform if one day you want to deploy your app anywhere else.

Qt can be used through Visual Studio or through the QtCreator IDE installed with the framework (as well as QtDesigner [GUI editor]).


Take a look at Win32++


How about MFC? mfc90.dll. Not exactly simple, not small, but comes with huge support from VS wizards and designers.


There are some:

  1. MFC
  2. Qt
  3. wxWidgets


Well, a simple framework is Paul DiLascia's Windows++ (http://www.dilascia.com/wpp.htm), although I think its development has stopped long time ago.

Another method would be using just the Windows API without any framework at all. Just include Windows.h in your sourcefile and there you go!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜