C/C++ Pointers and Applications [Video]

C/C++ Pointers and Applications

C/C++ Pointers and Applications [Video]

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 6h 52m | 2.04 GB
eLearning | Skill level: All Levels

C/C++ Pointers and Applications [Video]: Explore the use of pointers in dynamic arrays, linked lists, function pointers, and callbacks

C and C++ are robust languages in terms of performance and flexibility, but they include some complex features that take time to master, such as pointers. Pointers separate C and C++ from other languages and are incredibly powerful as they allow programs to access memory directly and manipulate it.

This course takes you through pointers and their applications, focusing on their implementation in C++ rather than in C. You’ll learn the basics of pointers and then progress to understanding and implementing static and dynamic arrays, pointers to arrays, and heap-based arrays. You’ll also get to grips with advanced memory management by creating a custom dynamic array (just like std:: vector in the standard C++ library). You’ll use placement new and placement delete to directly place objects in a memory pool allocated using the operator new function, and understand that this is a powerful mechanism to optimize the use of heap memory with user-defined objects.

  • Gain an in-depth understanding of how pointers work
  • Understand how basic data structures can be implemented efficiently
  • Get to grips with the applications of pointers
  • Discover how the callback mechanism works through pointers and objects

By the end of this course, you’ll have developed a solid understanding of pointers and how they can be implemented in C/C++.

1 2

Leave a Reply

Your email address will not be published. Required fields are marked *