| 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 |
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.