what is the Smart Pointers
smart pointers are wrapper classes that was introduced in c++11
but what is the difference between smart pointers and classic pointers , the main difference between smart pointers and raw pointers is memory management and r...