Discussion for Lab 3
Additional Information
Information for Segmentation
Information for memory management
- http://stackoverflow.com/questions/2672085/c-static-array-vs-dynamic-array
- http://en.wikipedia.org/wiki/Linked_list
Q&A Section
Q: How do you return the struct pixel c[4] as an output of the ConnectedNeighbors routine, when the function is type void and the variable isn't passed in as a pointer?