|
Ultimate++ 〔http://www.programmez.com/magazine_articles.php?id_article=981 Programmez! issue 104〕〔http://www.programmez.com/magazine_articles.php?id_article=1150 Programmez! issue 114〕〔 〕〔(Getting started with Ultimate++ ) CodeProject article〕 is a C++ cross-platform development framework which aims to reduce the code complexity of typical desktop applications by extensively exploiting C++ features. ==Features== * currently supports Unix/Linux/FreeBSD (X11), Microsoft Windows and Windows CE. * includes an IDE and a GUI designer. * uses the open BSD license. * uses heavily RAII and auto pointers-like mechanisms to avoid manual memory management and even to limit the use of pointers in the code 〔(U++ Overview )〕 * can emulate〔(Chameleon examples )〕 native widgets look and feel. On X11 systems, Ultimate++ supports GTK+ widgets look and feel. * numerous reference examples are provided. * standard distribution comes with Ultimate++ sources included, even the IDE ones. * uses NTL〔(Guide to Ultimate++ containers )〕 as template system instead of STL. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Ultimate++」の詳細全文を読む スポンサード リンク
|