Mastering Smart Pointers in C++
unique_ptr, shared_ptr, and weak_ptr
Apr 12, 20234 min read25

Search for a command to run...
Articles tagged with #programming-languages
unique_ptr, shared_ptr, and weak_ptr

A Practical Approach I’ve been writing C++ on and off professionally for maybe 10 years now, and started to use Rust about 2 to 3 years ago. Here I’d like to share my experience and thoughts on the transition between the two languages with code examp...

On this blog post I am going to talk about Macros, well Rust Macros
