This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2014:data:projects:nodes [2014/01/27 10:41] – [Procedure] wedge | haas:spring2014:data:projects:nodes [2014/01/27 10:58] (current) – [Submission] wedge | ||
---|---|---|---|
Line 11: | Line 11: | ||
To review structs and pointers, and see how these two concepts, when combined, produces the core element of our class explorations. | To review structs and pointers, and see how these two concepts, when combined, produces the core element of our class explorations. | ||
+ | =====Reference===== | ||
+ | You absolutely, positively, MUST watch this video: http:// | ||
=====Structures===== | =====Structures===== | ||
As we learned in C, there are two main composite data types available to us: | As we learned in C, there are two main composite data types available to us: | ||
Line 273: | Line 275: | ||
NOTE: This is just example input. Not only should your program work with this, but lists of any length, containing any arrangement of valid values. | NOTE: This is just example input. Not only should your program work with this, but lists of any length, containing any arrangement of valid values. | ||
+ | =====Submission===== | ||
+ | To successfully complete this project, the following criteria must be met: | ||
+ | |||
+ | * Handwritten diagram fully detailed for an 8 node list uploaded to your Opus | ||
+ | * insert the image into your journal, and have related commentary on what is going on | ||
+ | * submit the URL (to that week's journal entry) along with your program | ||
+ | * Code must compile cleanly (no warnings or errors) | ||
+ | * Executed program must display in a manner similar to provided output. | ||
+ | * Output must be correct | ||
+ | * Code must be nicely and consistently indented (you may use the **indent** tool) | ||
+ | * Code must be commented | ||
+ | * have a properly filled-out comment banner at the top | ||
+ | * have at least 20% of your program consist of **< | ||
+ | * Track/ | ||
+ | * Submit a copy of your source code to me using the **submit** tool. | ||
+ | |||
+ | To submit this program to me using the **submit** tool, run the following command at your lab46 prompt: | ||
+ | |||
+ | <cli> | ||
+ | $ submit data nodes node.c http:// | ||
+ | Submitting data project " | ||
+ | -> node.c(OK) | ||
+ | -> http:// | ||
+ | |||
+ | SUCCESSFULLY SUBMITTED | ||
+ | </ | ||
+ | |||
+ | You should get some sort of confirmation indicating successful submission if all went according to plan. If not, check for typos and or locational mismatches. |