CISC372: The C Programming Language, part 2

Summary

Continuation of review of C. Pointer arithmetic. void* pointers. The array-pointer pun. Dynamic memory allocation. Interpreting complex declarations. Dynamic allocation of multidimensional arrays. Structures and pointers. Typedefs.

C Part 2 Slides: 04_c_part2.pdf

Videos

C: Pointers
C: more on types
C: Multidimensional arrays and structs

Code Examples

Leave a Reply