C++ 的图形界面(UI)库

来源:互联网 发布:python与数据挖掘 编辑:程序博客网 时间:2024/05/16 00:54
资料整理自网络.我会继续关注,最终形成一篇技术报告.
wxwidgets
qt   所有平台 linux,win,unix
wtl 这个做界面很不错,而且消息都是自己处理,想怎么做都可以
smartwin
winx
GuiToolkit  开源 基于MFC
BCG ControlBars,  典型例子:ACDSee 7以上,MindManager

此外有许多Application Framework也是好的选择:
MS 的 MFC,   对应的IDE产品为 VC, VS
CodeGear 的 OWL,对应的IDE产品为 C++ Builder (http://www.codegear.com/products/cppbuilder)

minGW Developer Studio类似VC6,

来自于minGW Developer Studio官网http://www.parinyasoft.com/ - Resources的介绍
Integrated Development Environments (IDEs)

Dev-C++ is the most popular, well known IDE for Windows.

Quincy IDE One of the good IDE for MinGW by Al Stevens.

Visual-MinGW "Minimalist" Open Source IDE it is in alpha development but the interface is very impressive.

VIDE is a C/C++ IDE for MinGW and Borland C++ compilers. It integrated GNU Debugger with a nice interface.

Relo is a Windows C/C++ IDE for MinGW and Borland C++ compilers and it is an open source software.Very impressive one.

Open Watcom is well known enhance the Sybase Watcom C/C++ and Fortran compiler. It has its own IDE.

lcc-win32 is well known C IDE for Windows based on lcc compiler. It has a complete IDE, Compiler and resource editor.

wxDevCpp wxWidgets form designer plugin for Dev-C++. Very impressive one.

CodeBlocks is a free C/C++ IDE built specifically to meet the most demanding needs of its users. It has been designed, right from the start, to be extensible and configurable...

Pelles C for Windows is a new C IDE for Windows based on lcc compiler as lcc-win32. It has a complete IDE, Compiler, Menu/Dialog/Image editor. Very impressive one.

Ultimate++ Ultimate++ is the new generation Windows/Linux C++ platform, dedicated to reducing development costs.

MinGW Developer Studio is a cross-platforms C/C++ IDE for GNU C/C++ Compiler (this site).
原创粉丝点击