Tag: C++
All the articles with the tag "C++".
Enhancing ROS 2 Systems: The Power of Node Composition
How ROS 2 node composition reduces overhead and improves communication efficiency in production robotic systems.
RAII: Resource Management in C++
An introduction to Resource Acquisition Is Initialization and safe, predictable resource management in C++.
C++ Error Handling with Style: The Benefits of optional and expected
A look at C++ error-handling approaches and how std::optional and std::expected make failures explicit.