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
Concept
Pointer (computer programming)
Formal sciences
Theoretical computer science
Programming language theory
High-level programming lang...
Graph Chatbot
Related lectures (32)
Login to filter by course
Login to filter by course
Reset
Previous
Page 3 of 4
Next
Synthesis of Safe Pointer-Manipulating Programs
Introduces SuSLik, a program synthesizer generating safe low-level programs from logical specifications, showcasing its capabilities in handling linked data structures.
Pointers: Declaration and Operators
Covers the declaration and basic operators of pointers in C++ and highlights potential confusion between & and * notations.
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.
Syntax and Typing Rules
Covers syntax and typing rules in programming languages, discussing aliasing, mutability, and store locations.
Pointers in C: Practical Usage and Concepts
Explains the fundamental concepts and practical usage of pointers in C programming.
Pointers in C++: Event-Driven Programming with GTKmm
Covers function pointers in C++ and their application in GTKmm for event-driven programming.
Proper Pointer Usage
Covers the proper usage of pointers in C++, emphasizing the importance of initializing pointers with valid addresses.
Strings in C: Initialization and Memory Management
Covers the representation and management of strings in C, highlighting key differences from other programming languages.
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 and Polymorphism in C++
Covers pointers and polymorphism in C++, emphasizing virtual methods and object ownership challenges.