How to Implement Smart Pointer in C++?

What is Smart Pointer in C++? From the name we can imagine that there is something smart about these smart pointers over normal ones. When we talk about pointers we essentially talk about memory operation and management. In C/C++, programming memory management is always a programmer’s nightmare. Not because it’s very difficult but the programmers … Continue reading “How to Implement Smart Pointer in C++?”

0
3
0
2
2
0