This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
blog:fall2015:zgolden:intro [2015/08/30 17:01] – zgolden | blog:fall2015:zgolden:intro [2015/09/04 18:18] (current) – zgolden | ||
---|---|---|---|
Line 3: | Line 3: | ||
Hello my name is Zack Golden, I am in the computer information program. Got one class left being, data structures. I'm a big gamer and also enjoy messing around with computers. Also a big sports guy mainly with football and basketball. | Hello my name is Zack Golden, I am in the computer information program. Got one class left being, data structures. I'm a big gamer and also enjoy messing around with computers. Also a big sports guy mainly with football and basketball. | ||
- | ====8/ | ||
- | * Project | ||
- | * dsi0 due around 9/10 | ||
- | |||
- | ====8/ | ||
- | < | ||
- | struct node//name of struct " | ||
- | { | ||
- | | ||
- | | ||
- | }; | ||
- | |||
- | typedef struct node Node;// | ||
- | |||
- | Node *tmp = NULL;// | ||
- | struct node *tmp2 = NULL;// | ||
- | |||
- | tmp = (Node*)malloc(sizeof(Node));// | ||
- | tmp-> | ||
- | |||
- | tmp-> | ||
- | tmp-> | ||
- | tmp2 = tmp-> | ||
- | |||
- | tmp-> | ||
- | tmp2-> |