Simple Struct Example
2002-02-23 16:21:58
View Code
Category: c:structures
Description: Basic example of using a data structure to store variables.
Author: mind

 Single Linked List
2002-02-28 02:57:39
View Code
Category: c:structures
Description: Reads in the data from /etc/services, loads it into a linked list and then prints it on the screen.
Author: detour

 Single Linked List #2
2002-03-04 03:29:56
View Code
Category: c:structures
Description: Reads in a file and pushes each line onto a linked list.
Author: detour