User Tools

Site Tools


notes:data:fall2022:projects:dll2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:data:fall2022:projects:dll2 [2022/11/09 23:35] – [PROGRAM] dmucknotes:data:fall2022:projects:dll2 [2022/11/11 01:23] (current) – [SPECIFICATIONS] zswartwo
Line 13: Line 13:
  
 *For anybody interested in editing the wiki page, here is the dokuwiki user guide: https://www.dokuwiki.org/wiki:syntax#basic_text_formatting -Ash *For anybody interested in editing the wiki page, here is the dokuwiki user guide: https://www.dokuwiki.org/wiki:syntax#basic_text_formatting -Ash
 +
 +
 +If one is confused as to what modes correlate to what settings, this can be found in the data.h file inside the inc directory. Note that the new display maintains all the functions of the old display, so it is likely time-efficient to copy over your old display and edit it, rather than starting from scratch. 
 =====PROGRAM===== =====PROGRAM=====
 Not too much to do besides display for this project. You are to add a qty similar to what we did in sll3 to all your functions that require it. Any functions that add a node, need to also increment the qty amount. While all the functions that remove a node, need to decrement the qty amount. The copy function now needs to copy the qty from the old list as well. Display will start from scratch with a fresh display.c file provided to you when you upgrade. Not too much to do besides display for this project. You are to add a qty similar to what we did in sll3 to all your functions that require it. Any functions that add a node, need to also increment the qty amount. While all the functions that remove a node, need to decrement the qty amount. The copy function now needs to copy the qty from the old list as well. Display will start from scratch with a fresh display.c file provided to you when you upgrade.
  
-  * qty handling in [mklist], [append], [insert] [obtain]+  * qty handling in [mklist], [append], [insert][obtain]
   * new modes for [display]   * new modes for [display]
 =====OUTPUT SPECIFICATIONS===== =====OUTPUT SPECIFICATIONS=====
notes/data/fall2022/projects/dll2.1668036921.txt.gz · Last modified: 2022/11/09 23:35 by dmuck