Lab 2

Readings (Do Before Class)


Slides (Look at During Class)

In-Class Activity or Lab (Toward the end of Lecture)

  • (lab day) Do a 'git pull'

Code

Listing
File
Notes
1 memory.c Example of allocating memory
2 memor2y.c Example of expanding a dynamic array
3 readfile.c Reads in integer data from a file called data.txt
3 node_t.c Example of creating a node_t on the heap

Additional Resources

Please look over these curated links.

Acknowledgements

Thank you to my colleagues Professors Mike Shah, Laney Strange and Nate Derbinski for their assistance, templates and the code I used to create this page.