[prev] [index] [next]

Data and Memory

For the next two lectures ...
  • work through a series of examples
  • dealing with arrays, structs and linked lists
  • to ensure that you understand properly
    • pointers, arrays, structures, linked lists
    • how to create objects
    • how objects exist in the C memory
    • how to read/write values of various types
    • how to manage memory via malloc() and free()
    • how to separate definitions of data types from their implementation