This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. Please help improve it by replacing them with more appropriate citations to reliable, independent, third-party sources. (December 2023) (Learn how and when to remove this message) |
TheIDE from 2010 | |
Developer(s) | U++ team |
---|---|
Initial release | 2004; 21 years ago (2004) |
Stable release | 2024 / 28 September 2024; 3 months ago (2024-09-28) |
Repository | |
Written in | C++ |
Operating system | Unix/Linux/FreeBSD (X11), Windows, Windows CE, MacOS |
Platform | Cross-platform |
Type | Application framework |
License | BSD license |
Website | ultimatepp |
U++, formally known as Ultimate++ - is a C++ RAD framework that aims to reduce the code complexity of typical desktop applications by including all necessary toolkits into a single C++ framework. Programs created with it works on multiple Operating Systems and Hardware Architectures with performance without needing to write platform-specific code.
It has its own Integrated Development Environment called TheIDE that is designed to handle all library features and plugins.
Features
Some key features includes
- An IDE with a GUI designer
- Uses heavily RAII and auto pointers-like mechanisms to avoid manual memory management and could limit the use of pointers in the code
- Can emulate native widgets look and feel. On X11 systems, Ultimate++ supports GTK+ widgets look and feel.
- The standard distribution comes with U++ sources included.
- Uses NTL as a template system instead of STL.
- Supports databases, with libraries to connect with various database systems.
- Designed for high-performance application use cases with a low memory footprint and efficient use of system resources.
- Retains backward compatibility, allowing developers to upgrade to new versions of the framework without issues.
- Provides support for Unicode to make applications in multiple languages.
- Document editor, Debugger, auto completion and Icon Designer for making tool icons with less effort.
- Possible to work with Android NDK and SDK
- Web development and other features
Supports
Operating system
- Windows
- macOS
- GNU / Linux
- Unix-Like OS
Compiler / Port
Database
- Microsoft SQL
- MySQL
- PostgreSQL
- Sqlite
Software built on U++
Example applications using U++ are:
- BEMRosetta - hydrodynamic coefficients viewer and converter
- Openwind - wind farm design software
- UppCAD - multipurpose CAD system
- WordNet Browser - browser for WordNet
See also
References
- "U++ team".
- "Release history".
- Getting started with Ultimate++ CodeProject article
- U++ Overview
- Chameleon examples
- "Topic++ :: U++".
- "Assist++ :: U++".
- "Icon Designer :: U++".
- "Android builder :: U++". www.ultimatepp.org. Retrieved 2023-05-29.
- "U++ Technologies :: U++". www.ultimatepp.org. Retrieved 2023-05-29.
- "U++ forum: Welcome to the forum". www.ultimatepp.org. Retrieved 2023-05-31.
- "Building OpenWind".
- "Ultimate++ Forums - UppCAD".
- "UppCAD".
Further reading
- "Ultimate++, l'ultime IDE pour le développement d'applications C++ multi-plates-formes". Programmez! (in French). 2014-02-05. Retrieved 2024-02-29.
- "Ultimate++ et les bases de données". Programmez! (in French). 2014-02-05. Retrieved 2024-02-29.
External links
List of widget toolkits | |||||||||
---|---|---|---|---|---|---|---|---|---|
Low-level platform-specific | |||||||||
On AmigaOS | |||||||||
On Classic Mac OS, macOS | |||||||||
On Windows | |||||||||
On Unix, under X11 | |||||||||
On BeOS, Haiku | |||||||||
On Android |
| ||||||||
Low Level Cross-platform | |||||||||
CLI | |||||||||
C | |||||||||
Java | |||||||||
High-level, platform-specific | |||||||||
On AmigaOS | |||||||||
On Classic Mac OS, macOS |
| ||||||||
On Windows |
| ||||||||
On Unix, under X11 | |||||||||
On Android | |||||||||
High-level, cross-platform | |||||||||
C | |||||||||
C++ | |||||||||
Objective-C | |||||||||
CLI | |||||||||
Adobe Flash | |||||||||
Go | |||||||||
Haskell | |||||||||
Java | |||||||||
JavaScript | |||||||||
Common Lisp | |||||||||
Lua | |||||||||
Pascal | |||||||||
Object Pascal | |||||||||
Perl | |||||||||
PHP | |||||||||
Python | |||||||||
Ruby | |||||||||
Tcl | |||||||||
XML | |||||||||
shell | |||||||||
Dart |
Graphical user interface builders | |||||
---|---|---|---|---|---|
Qt |
| ||||
GTK |
| ||||
wxWidgets |
| ||||
CLI |
| ||||
VCL, related |
| ||||
Cocoa |
| ||||
Java-based |
| ||||
Windows API |
| ||||
Other |
|