Qt & Modern C++

Qt is the framework for all C development. It allows developers to harness the power of C with the convenience of high-level Qt libraries. As C is moving forward with the C 11, C 14 and upcoming C 17 standards, Qt is closely following the progress. With Qt 5.7, you can also leverage C 11 directly within the Qt libraries. This allows Qt developers to better harness the modern C features and improve the quality and performance of the Qt libraries.
Back to Top