Sign in to confirm you’re not a bot
This helps protect our community. Learn more

Midterm Exam

1:37

Recap

5:08

Memory Allocation

5:25

Stack

7:15

Using Multiple Files for One Project

7:54

Multi-File Project

9:37

Multiple File Projects

11:57

Freeing Memory

15:52

H Files

17:57

Header Files

20:52

Type Def

22:23

Function Declarations

23:29

Main Function

28:41

Compiling

30:42

Struct Person Pointer

37:16

Create Person Function

44:20

Batman Program

49:39

Header File

58:51

Assignment 2

1:06:26

Struct

1:07:38

Linked Lists

1:10:16

Difference between Arrays and Linked Lists

1:10:55

Arrays

1:11:00

Payload

1:15:31

Creating a Struct

1:16:30

Next Pointer

1:18:04

Head Pointer

1:19:30

Create Node

1:20:29

Pointers

1:23:53

Linked List

1:27:02

Standard Input Output

1:39:12

Player Struct

1:40:10

Max Name Length

1:41:35

Readability

1:44:31

Malloc Memory Allocation

1:48:26

Create Player

1:52:31
Lecture 12, COMP1511 - Programming Fundamentals 2021 Term 1
Lecture 12 - Multi-File Projects and Linked Lists We can make programs out of more than one file at a time and we'll be showing how that works. We'll also be introducing Linked Lists, a new way to make collections of variables using pointers and structs that gives us some interesting flexibility.

Follow along using the transcript.

Marc Chee

1.61K subscribers