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
Memory Safety and Client/Server Architecture: Key Concepts
Graph Chatbot
Related lectures (28)
Previous
Page 1 of 3
Next
C++ Project Organization: Object-Oriented Programming
Introduces the C++ POP course objectives, focusing on project development and object-oriented programming techniques.
Pointers in C: Understanding Their Utility and Applications
Covers the definition and applications of pointers in C programming, emphasizing their role in memory management and generic programming.
Programming Language Security
Explores programming language security, covering type safety, memory safety, threat safety, Rust's ownership model, sandboxing, and compartmentalization.
Introduction to LabVIEW Programming
Covers the basics of LabVIEW programming, focusing on Virtual Instruments and their applications in engineering projects.
Strings in C: Initialization and Memory Management
Covers the representation and management of strings in C, highlighting key differences from other programming languages.
Dynamic Memory Management: Using Realloc in C
Explains dynamic memory allocation in C, focusing on the realloc function and its implications for managing memory effectively.
Inheritance in Object-Oriented Programming: Concepts and Implementation
Covers inheritance in object-oriented programming, focusing on class hierarchies and practical implementation examples.
Variables and Types: Introduction to C Programming
Introduces the fundamentals of variables and types in C programming, covering declaration, initialization, and the differences from Java.
Pointers and References: Key Differences in Programming
Explains the differences between pointers and references in programming, focusing on their definitions, uses, and limitations in C and C++.
Taming Null References
Explores the challenges of null references in programming languages and proposes solutions to mitigate their drawbacks while ensuring compatibility with existing codebases.