www.youtube.com

Keynote: How To Address 7 Major C++ Pain Points with Tools - Anastasiia Kazakova - NDC TechTown 2024

12/27/2024Updated 8/27/2025

Excerpt

In the Annual C++ Developer Survey conducted by the C++ Foundation, the community identified a number of major pain points when working with C++. Year-to-year leaders are the same: libraries management, build times, setting a CI pipeline, and project models. Language challenges are also coming to the top regularly, but the lack of tools in the C++ ecosystem is obvious. Let’s see if and how the modern C++ tooling can address the things that frustrate C++ developers the most. We’ll cover things from package management, CI setups, and development environments, to CMake debug and profiling, and a bit of data flow analysis (DFA) to statically identify many sources of undefined behavior and potential vulnerabilities. … {ts:309} evolves whatever the new tools the vendors are bringing to the our tables still tooling is the major issue and you can see many things here like libraries build times project models are in several lines so there are many things so maybe we can improve maybe we

Source URL

https://www.youtube.com/watch?v=U3I3eaRKDBk

Related Pain Points