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
Random Number Generation: Deterministic Sequences in C++
Graph Chatbot
Related lectures (24)
Previous
Page 3 of 3
Next
Introduction to Compiler Theory and Language Processing
Introduces compiler theory, language processing, and the essential concepts behind building compilers.
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.
Bobby's Story
Explores the first part of Bobby's story through a simple code demonstrating Bobby's actions and thoughts.
Static Usage in C++: Understanding Variable Lifetimes
Covers the three usages of 'static' in C++, focusing on variable lifetimes and scope.