Tag: Resource Management
All the articles with the tag "Resource Management".
-
The Perilous World of Undefined Behavior in C++23
Published:I've battled my fair share of mysterious crashes, inexplicable performance issues, and code that works perfectly on my machine but fails spectacularly in production.
-
Effective Modern C++: Writing Clean, Bug-Free, and High-Performance Code
Published:Today, I want to share my insights on how to leverage modern C++ features to write code that's not only fast but also clean and reliable.