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/23 15:17] – [Objectives] apardini | user:apardini:portfolio:cprogproject2 [2015/02/25 15:17] (current) – [Procedure] apardini | ||
---|---|---|---|
Line 20: | 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. | + | * Unordered List Itemunit-mklist.c - unit test for mklist() library function |
- | + | * unit-displayf.c - unit test for displayf() library function | |
- | Providing any links to original source material, such as from a project page, is a good idea. | + | * unit-insert.c - unit test for insert() library function |
- | + | * unit-getpos.c - unit test for getpos() library function | |
- | You'll want to give a general overview of what is going to be accomplished | + | * unit-setpos.c - unit test for setpos() library function |
=====Scope===== | =====Scope===== | ||
Line 40: | 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 < |