Really clever C++ GUI toolkit and DE

dipdude

Skilled
Ultimate++ is a C++ cross-platform rapid application development suite

Smart use of C++ rather than code generation allows this cross platform toolkit to compete with scripting languages and be as fast as C/C++. See the Comparisons link too. I used to code MFC knowing that qt was much better. When you realise that the Ultimate++ code is about 1/3 of its qt equivalent you really start to appreciate how cool this is.

Ultimate++ is a radical and innovative GUI toolkit whose number one priority is programmer productivity. C++ is a great programming language but C++ programmers are sometimes hampered by the lack of effective libraries. U++ libraries enable genuine productivity gains with shorter development times and greatly reduced application source code size. U++ includes a full featured GUI library and an optimised STL replacement (the NTL).
 
Back
Top