Take advantage of cutting edge C++ features and training
KDAB has broad, deep experience delivering cost-effective, long-term, pragmatic solutions that modernise existing C++ codebases without losing functionality during the process.
KDAB also offers market leading C++ courses for project teams as well as for individuals that are experienced in C++ and like to benefit from the latest progress and features of the C++ programming, up to and including C++17.
KDAB’s C++ expert services are characterized by:
Strong performance improvements We take advantage of cutting edge C++11 and C++14 features, while being pragmatic about compiler, system and hardware limitations. We are experienced in optimizing customer specific combinations of CPU, GPU, memory and flash disk.
Selective improvements of code generation and footprint We only select the best data structures for each workload, based on target system, cache coherency and concurrency requirements.
Rigorous testing We modernize legacy code by using incremental improvements combined with continuous testing.
Bug fixing in parallel code bases We find data races and fix deadlocks. We also analyze problems with existing code and improve its performance by parallelizing it, both on the CPU and/or the GPU.
Optimal use of limited hardware resources We squeeze every cycle out of embedded devices, decrease and optimize the memory consumption of your software, and improve performances on both the CPU and the GPU. Profile-driven analysis allows us to quickly identify the problematic areas even in a big codebase, and develop solutions to fix the issues.
The right C++ tool for the job We have extensive experience with static code- and runtime-analysis tools, many of which we helped to develop. This enables us to fix a vast range of common code defects and inefficiencies, quickly and easily. Learn more here
Contact us
Qt Automotive Suite Boost productivity and stay in control with KDAB's Automotive IVI expertise
KDAB has in-depth experience in supporting automotive OEMs and Tier 1s with productive solutions, innovative features and with true software expertise. The Qt Automotive suite integrates KDAB’s acclaimed GammaRay tool deeply into Qt Creator and provides a comprehensive package for automotive needs,
Code Migration & Modernization Workshops Leverage KDAB's expertise - Modernize your code base
KDAB has a long and proven experience in code migrations. Our experts can provide you with recommendations of how to modernize your code base as well as making a fast and safe code migration for you. An existing code base can be a great asset
Qt 3D – Easily integrate 3D with Qt Use our expertise to add 3D capabilities to your project
Qt 3D is part of Qt 5 and provides a high-level, easy to use set of C++ and QML APIs for integrating 3D content and related features into your applications. Qt 3D is designed, implemented and maintained by KDAB engineers. Having built Qt 3D from the ground up, KDAB is uniquely
Qt on Android. Application and Feature Development Target Android and benefit from KDAB's leadership
KDAB’s unique knowledge and leadership on Qt on Android enables you to quickly make existing C++ and Qt applications available on Android. Optimizing integrations on the C and OpenGL
Application and UI Modernization Services Modernize legacy code and UIs with KDAB's support
KDAB can help you bring project up-to-date with a modern look. We can support you with your development project from the evaluation and definition of up-dates up until the final implementation. Our experts
Platform Services for Applications and Devices KDAB offer unique expert services for desktop, embedded, mobile and real-time operating systems
KDAB expertise covers analysis, experimentation and systematic validation of assumptions with regard to platforms, chipsets and memory needs for a device and/or
C++ Tools Save time and efforts - Get the most out of C++ tools
In KDAB we know that C++ tools often can be hard to understand, hard to setup and/or it’s not clear which one to use. Based on our extensive experience in using C++ tools in our projects, we can help you to automatically analyze your native C++ source code, detect memory management and threading bugs, find […]
Clang-Tidy, part 1: Modernize your source code using C++11/C++14 Automated refactoring of your source code using powerful open-source tooling
This blog series will introduce the clang-tidy utility from the Clang/LLVM project and show how to use it to automatically refactor