U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
Find a file
cxl d0a4deb085 .benchmarks
git-svn-id: svn://ultimatepp.org/upp/trunk@11613 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-25 10:42:01 +00:00
autotest .autotest 2017-12-18 12:11:09 +00:00
autotst u++: init files removed 2016-11-12 06:36:54 +00:00
benchmarks .benchmarks 2017-12-25 10:42:01 +00:00
examples ScatterCtrl_Demo: Improvement in linked ScatterCtrls 2017-12-23 00:22:21 +00:00
rainbow .cosmetics 2017-10-11 21:15:39 +00:00
reference ScatterDraw_Demo: Some fixes and improvements 2017-12-18 12:54:51 +00:00
tutorial .tutorial 2017-12-16 13:22:50 +00:00
uppbox uppweb: roadmap improvements. 2017-12-24 00:41:21 +00:00
uppsrc Core: CoPartition fix 2017-12-25 07:51:30 +00:00
uppsrc2 prj.aux cleanup 2017-11-18 18:41:26 +00:00
upptst .upptst 2017-11-07 11:08:14 +00:00
README.md upp.src: README.md typo fixed 2017-12-15 08:03:25 +00:00

Ultimate++

Ultimate++ is a C++ cross-platform rapid application development framework focused on programmers productivity. It includes a set of libraries (GUI, SQL, etc.), and an integrated development environment.

Rapid development is achieved by the smart and aggressive use of C++ rather than through fancy code generators. In this respect, U++ competes with popular scripting languages while preserving C/C++ runtime characteristics.

The U++ integrated development environment, TheIDE, introduces modular concepts to C++ programming. It features BLITZ-build technology to speedup C++ rebuilds up to 4 times, Visual designers for U++ libraries, a Topic++ system for documenting code and creating rich text resources for applications (like help and code documentation) and Assist++ - a powerful C++ code analyzer that provides features like code completion, navigation and transformation.

TheIDE can work with GCC, MinGW and Visual C++ and contains a full featured debugger. TheIDE can also be used to develop non-U++ applications.

What you can get with Ultimate++?

  • A very effective C++ library for cross-platform development in source form.

  • A good integrated development environment, designed for developing large C++ applications.

You can use both, or you can use whichever you need.

License

U++ uses BSD license.

Download

SourceForge - stables releases Official site - nightly builds

U++ Resources

More information about the framework, can be found on the official site. Don't forget to check our rich documentation.