Is your code burning a lot of cycles hunting for strings? Maybe you need to find the proper charset nestled in a chunk of HTML, or look for the dimensions in an XPM image file, or locate the email attachment boundaries in a block of MIME. If you string search a lot and performance is […]
Blog Archives
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 […]
KDAB. Working with the latest C++ standards Modernizing your C++ development with C++11 / C++14 / C++17
KDAB’s in-depth expertise in C++ and the new C++11 / C++14 / C++17 standards is demonstrated through projects, popular C++11 / C++14 / C++17 training courses and talks at conferences. Many of our projects have focused on modernizing the code base, boosting an application’s performance and making it as future-proof as possible. Refactoring code makes […]