Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Master C++ Pointers And Smart Pointers

    Posted By: ELK1nG
    Master C++ Pointers And Smart Pointers

    Master C++ Pointers And Smart Pointers
    Last updated 8/2019
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 1.00 GB | Duration: 1h 38m

    pointers, shared_ptr, unique_ptr and weak_ptr in C++

    What you'll learn
    Understand Pointers and Smart Pointers in C++, manage Object Resources Effectively and avoid memory leaks due to usage of raw pointers.
    Requirements
    Basic Knowledge of C++ programming, C++ Objects, Functions and Templates.
    Description
    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.

    Overview

    Section 1: Introduction

    Lecture 1 Course Overview

    Section 2: Pointers Introduction

    Lecture 2 Introduction to Pointers in C/C++

    Section 3: Pointers in C/C++

    Lecture 3 Pointer Memory

    Lecture 4 Pointer to Pointer

    Lecture 5 Dereferencing Pointers

    Lecture 6 Pointers and Arrays

    Lecture 7 Character pointers

    Lecture 8 Dynamic Memory - Stack vs Heap

    Section 4: Motivation - Why Smart Pointers?

    Lecture 9 Why Smart Pointers?

    Section 5: Different Smart Pointers in C++

    Lecture 10 Unique Pointers - unique_ptr

    Lecture 11 Unique Pointers - working with Arrays

    Lecture 12 Shared Pointers - shared_ptr

    Lecture 13 Shared Pointers - working with Arrays

    Lecture 14 Weak Pointers - weak_ptr (Solve Circular Reference Problem)

    Section 6: Custom Deleters

    Lecture 15 Defining Custom deleters for Smart Pointers

    Section 7: Conclusion

    Lecture 16 Conclusion

    Intermediate level. Basic programming experience in C++.