Your cart is empty.
Keep shopping
Learn to access values via pointers by using the dereferencing operator to read the variable stored at an address, including multi-level pointers and pointers to pointers.
Pointers are one of the most fundamental and powerful concepts in C and C++ programming. This course starts with C/C++ pointers and in second part of the course it covers Smart pointers concepts.
Smart pointers in C++ are template classes that ensure memory and other resources are managed efficiently. Smart pointers are a key component of C++ resource management and a valuable skill for any developer. In this course, Abhishek Kumar explains different types of Smart Pointers and how to use those. You can choose the right smart pointer for your programming needs.