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.