Skip to main content
Graph
Search
fr
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Smart Pointers in C++
Graph Chatbot
Related lectures (28)
Previous
Page 3 of 3
Next
Object-Oriented Programming: Heterogeneous Collections in C++
Covers the implementation of heterogeneous collections in C++ object-oriented programming, focusing on memory management and design choices.
Pointers in C: Understanding Memory Addresses and Variables
Explains pointers in C, focusing on their role as variables that store memory addresses and the importance of understanding memory management.
Dynamic Memory Allocation: malloc and calloc in C
Explains dynamic memory allocation in C, focusing on malloc and calloc functions and their differences, including error prevention techniques.
Complex Data Structures: Pointers and Dynamic Allocation
Explores pointers for complex data structures, the main() function in C, and memory management, emphasizing dynamic allocation best practices.
Pointer Arithmetic: Understanding Memory Management in C
Explains pointer arithmetic in C, focusing on memory manipulation and common pitfalls.
Polymorphism in Object-Oriented Programming: Inclusion Mechanism
Covers polymorphism in object-oriented programming, focusing on inclusion polymorphism and its implementation through class hierarchies and virtual methods.
Pointers and Arrays: Understanding sizeof in C
Explains the sizeof operator in C, focusing on its use with pointers and arrays, and highlights common pitfalls and errors in its application.
Managing C Projects: Parameters and Compilation
Discusses managing C projects, focusing on function parameters and the compilation process.