This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
haas:spring2014:data:common:appendwalkthrough [2014/02/14 08:34] – [Pointers, pointers everywhere] wedge | haas:spring2014:data:common:appendwalkthrough [2014/02/14 08:34] (current) – [User input] wedge | ||
---|---|---|---|
Line 21: | Line 21: | ||
User input is done the same as any existing user input you've done-- via scanf(). | User input is done the same as any existing user input you've done-- via scanf(). | ||
- | The trick is, you need to do all input prior to, and entirely outside of these linked list functions | + | The trick is, you need to do all input prior to, and entirely outside of these linked list functions- the aim is for functions like insert(), append(), and getNode() to be generic so that we can use them in all manners of situations. |
< | < |