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
Tail Calls: Optimization Techniques
Graph Chatbot
Related lectures (26)
Previous
Page 1 of 3
Next
Pointers and Arrays: Arithmetic, Buffer Overflow
Covers the arithmetic of pointers, the relationship between pointers and arrays, and the concept of buffer overflow in C programming.
Advanced Types in C: Unions and Bit Fields
Discusses advanced types in C, focusing on unions, bit fields, and their associated modifiers and operators.
Optimizing Vector Performance: Best Practices
Covers best practices for optimizing vector performance in C++, including using arrays instead of vectors when the size is known and reserving capacity in advance.
Functions: Reusability and Error Reduction
Covers functions in C programming, emphasizing reusability and error reduction through proper function structure.
Data Structures: Arrays and Functions
Introduces working with dynamic arrays in C++ to model temperatures and calculate average and maximum values.
Stainless Verification System Tutorial
Introduces Stainless, an open-source tool for verifying Scala programs, covering language, modeling, verification tips, and inner workings.
Dynamic Memory Allocation in C
Explores dynamic memory allocation in C, covering malloc, calloc, and realloc functions, emphasizing proper memory management and dynamic arrays.
Pointers: Strings, Functions, Casting
Covers pointers to strings, functions, and casting in C programming.
Grafcet: Programming in C
Covers the programming of a Grafcet in C, including examples like programming a drill.
Microcontrollers: Programming and Applications
Delves into microcontrollers, their programming, and practical applications, offering hands-on exercises and real-world examples.