DEV Community

Discussion on: Memory management using Smart Pointers in C++ - Part 1

Collapse
 
10xlearner profile image
10x learner • Edited

Loved your article 😃
I don't if you are familiar with the RAII principle, but if not, it can really interest you as it is well represented by smart pointers, and standard scope locks for example 😉

Collapse
 
pratikparvati profile image
Pratik Parvati

Thanks, I will check RAII in detail.