COMP1511 is UNSW's Programming Fundamentals.
00:00 Lecture waiting
05:00 Lecture starts
07:00 Help sessions
12:37 Nest while loop recap (patten.c)
30:04 Struct recap (struct_student.c)
35:44 Enum recap (enum_weekdays.c)
40:40 Struct + Enum recap (pokemon.c)
47:48 Functions intro
50:33 Lecture break
01:00:14 Functions continued
01:07:27 Functions demo (max_function.c)
01:22:05 Void return functions
01:25:30 Void return function demo (square_function.c)
01:29:12 Void parameter functions
01:31:14 Function comments and style
01:32:50 Creating functions (area_triangle.c)
01:41:01 Creating functions to remove repeated code (pokemon_functions.c)
01:50:46 Feedback