C++
How I Supercharged My C++ Builds
As a C++ developer working on large-scale projects, slow build times had become a constant source of frustration. Waiting for my code to compile, especially when I was iterating frequently, felt like...
read articleWeird undefined reference - CXX 14 vs 17
Lately, I've been working on a project that involves migrating our C++17-based solution to an environment that relies on C++14. Honestly, I'm not entirely sure why a client would want such a...
read article