Get the latest tech news
In Defense of C++
Why C++ remains a powerful and relevant programming language in today's tech landscape.
C++ has often and frequently been criticized for its complexity, steep learning curve, and most of all for its ability to allow the developers using it to not only shoot themselves in the foot, but to blow off their whole leg in the process. Ah, finally, we get to the big one, and yes, I will draw comparisons to Rust as it’s the “memory safe” language that a lot of people claim will or should replace C++. Countless companies have cited how they improved their security or the amount of reported bugs or memory leaks by simply rewriting their C++ codebases in Rust.
Or read this on Hacker News