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
klugier 36c09049a4 Reference: Add package description for UrlInfo.
git-svn-id: svn://ultimatepp.org/upp/trunk@11713 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-01-21 17:57:00 +00:00
archive/uppsrc Reorganizing REPO 2017-12-26 10:28:32 +00:00
autotest .autotest 2018-01-21 10:20:17 +00:00
autotst u++: init files removed 2016-11-12 06:36:54 +00:00
benchmarks .benchmarks 2018-01-06 20:11:37 +00:00
examples ScatterCtrl_demo: Added fix by Giorgio 2018-01-16 07:51:45 +00:00
rainbow .rainbow 2018-01-15 12:51:33 +00:00
reference Reference: Add package description for UrlInfo. 2018-01-21 17:57:00 +00:00
tutorial Reorganizing REPO 2017-12-26 10:28:32 +00:00
uppbox .uppweb 2018-01-21 16:45:00 +00:00
uppsrc Core: CoPartition now performs the opration in calling thread if the range size is less than min_chunk 2018-01-21 10:20:22 +00:00
upptst .upptst 2018-01-11 08:41:04 +00:00
README.md upp.src: README.md 2017-12-25 10:57:44 +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

U++ Resources

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