// Workers AI · dad joke modeWhat did Ultimate++ say to its date? You're my plus one.
Appearance
This article may rely excessively on sources too closely associated with the subject, potentially preventing it from being verifiable and neutral. (December 2023) |
| U++ | |
|---|---|
TheIDE from 2010 | |
| Developer | U++ team[1] |
| Release | 2004 |
| Stable release | 2026.1
/ 4 April 2026[2] |
| Written in | C++ |
| Operating system | Unix / Linux / FreeBSD (X11), Windows, Windows CE, MacOS |
| Platform | Cross-platform |
| Type | Application framework |
| License | BSD license |
| Website | www |
| Repository | |
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 U++ work 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[3] that is designed to handle all library features and plugins.
Features
[edit]Some key features includes
- An IDE with a GUI designer
- Extensive use of RAII and auto pointers-like mechanisms to avoid manual memory management and limit the use of pointers in the code [4]
- Can emulate[5] 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,[6] Debugger, auto completion[7] and Icon Designer[8] for making tool icons with less effort.
- Possible to work with Android NDK and SDK[9]
- Web development and other features [10]
Supports
[edit]Operating system
[edit]- Windows
- macOS
- GNU / Linux
- Unix-Like OS
Compiler or port
[edit]Database
[edit]- Microsoft SQL
- MySQL
- PostgreSQL
- Sqlite
Software built on U++
[edit]Example applications using U++ are:
- BEMRosetta[11] - hydrodynamic coefficients viewer and converter
- Openwind[12] - wind farm design software
- UppCAD[13] - multipurpose CAD system[14]
- WordNet Browser - browser for WordNet
See also
[edit]References
[edit]- ↑ "U++ team".
- ↑ "Release history".
- ↑ Getting started with Ultimate++ Archived 2011-06-04 at the Wayback Machine 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
[edit]- "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.