This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:apardini:portfolio:cprogproject2 [2015/02/12 00:50] – [Procedure] apardini | user:apardini:portfolio:cprogproject2 [2015/02/25 15:17] (current) – [Procedure] apardini | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Project: | + | ======Project: |
+ | |||
+ | Date Set 15 February - 25 February 2015 | ||
+ | |||
- | Date Set 04 February - 11 February 2015 | ||
=====Objectives===== | =====Objectives===== | ||
- | This project | + | In this project |
- | Similar parts of the last project appear in project SLN1. The list of numbers is manipulated depending on the task. | + | |
- | SLN1 involves using ideas from the last project to form a ordered list of nodes. | ||
=====Prerequisites===== | =====Prerequisites===== | ||
In order to successfully accomplish/ | In order to successfully accomplish/ | ||
Line 19: | Line 20: | ||
=====Background===== | =====Background===== | ||
- | State the idea or purpose of the project. What are you attempting to pursue? | + | This project involves producing code for the following function: |
- | + | ||
- | Upon approval, you'll want to fill this section out with more detailed background information. DO NOT JUST PROVIDE A LINK. | + | |
- | + | ||
- | Providing any links to original source material, such as from a project page, is a good idea. | + | |
- | You'll want to give a general overview of what is going to be accomplished | + | * Unordered List Itemunit-mklist.c - unit test for mklist() library function |
+ | * unit-displayf.c - unit test for displayf() library function | ||
+ | * unit-insert.c - unit test for insert() library function | ||
+ | * unit-getpos.c - unit test for getpos() library function | ||
+ | * unit-setpos.c - unit test for setpos() library function | ||
=====Scope===== | =====Scope===== | ||
Line 39: | Line 40: | ||
=====Procedure===== | =====Procedure===== | ||
- | {{ :user: | + | Throughout the whole break i was having difficulties accessing the info and after values on the node of the (List) call. This was due to simple placement of braces and using the pointer in the right spot. Currently able to compile but when run in program something weird happens. Within my functions i didn't add in an if function that contained the statement: if( nodeCount != NULL) This is important because the rules state if list is not NULL |
=====Code===== | =====Code===== | ||
Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < |