Grimm-s-Alchemy-Chamber / hackers_hive

https://hackershive.tech/
MIT License
4 stars 16 forks source link

Handling Memory Management in C++: Smart Pointers and RAII #48

Open afnan006 opened 1 year ago

afnan006 commented 1 year ago

Title Of Blog Post : Handling Memory Management in C++: Smart Pointers and RAII

Short Description of what is expected : Explore memory management in C++ with a focus on smart pointers and the RAII (Resource Acquisition Is Initialization) principle.

Category : C++ Programming

Tags : Memory Management, Smart Pointers, RAII