When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Udemy logo

Master C++ Pointers and Smart Pointers

pointers, shared_ptr, unique_ptr and weak_ptr in C++

     
  • 4.5
  •  |
  • Reviews ( 53 )
₹519

This Course Includes

  • iconudemy
  • icon4.5 (53 reviews )
  • icon1h 37m
  • iconenglish
  • iconOnline - Self Paced
  • iconprofessional certificate
  • iconUdemy

About Master C++ Pointers and Smart 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.

What You Will Learn?

  • Understand Pointers and Smart Pointers in C++, manage Object Resources Effectively and avoid memory leaks due to usage of raw pointers..