User Tools

Site Tools


haas:fall2016:data:projects:dsi0

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
haas:fall2016:data:projects:dsi0 [2016/08/27 18:09] – [Errata] wedgehaas:fall2016:data:projects:dsi0 [2016/08/27 18:10] (current) – [Verify Your Program] wedge
Line 14: Line 14:
   * __revision 2__: nice to see people already getting started; I've had a few questions about project specifications I've clarified below, namely: your display function(s), unlike all the others, DO need to perform output. Also, I am looking for discrete append(), insert(), and obtain(), and some sort of display() functions. How you encapsulate the other functionality is left to you (combine forward/reverse? break them into separate functions?). Also, I'd recommend against using ANY global variables. Pass and return them from functions (this will be more in line with how the later projects work) (20160814)   * __revision 2__: nice to see people already getting started; I've had a few questions about project specifications I've clarified below, namely: your display function(s), unlike all the others, DO need to perform output. Also, I am looking for discrete append(), insert(), and obtain(), and some sort of display() functions. How you encapsulate the other functionality is left to you (combine forward/reverse? break them into separate functions?). Also, I'd recommend against using ANY global variables. Pass and return them from functions (this will be more in line with how the later projects work) (20160814)
   * __revision 3__: clarification- all prompts should display to STDERR. Only produced output (such as displaying or showing the obtained value) should go to STDOUT (20160820)   * __revision 3__: clarification- all prompts should display to STDERR. Only produced output (such as displaying or showing the obtained value) should go to STDOUT (20160820)
-  * __revision 4__: added the "Verify your Program" section to highlight the availability of the 'evalproj' tool (20160827)+  * __revision 4__: added the "Verify your Program" section to highlight the availability of the 'projeval' tool (20160827)
 =====Objective===== =====Objective=====
 In this project, we get started with some course initialization and review activities. In this project, we get started with some course initialization and review activities.
Line 313: Line 313:
 <cli> <cli>
 lab46:~/src/data/dsi0$ projeval dsi0program lab46:~/src/data/dsi0$ projeval dsi0program
-[projeval] Evaluating dsi0 for dschmitt+[projeval] Evaluating dsi0 for username
 [test  0] display 4 element populated list forward ... [test  0] display 4 element populated list forward ...
            you have: [0] 2 -> [1] 4 -> [2] 6 -> [3] 8 -> [4] -1            you have: [0] 2 -> [1] 4 -> [2] 6 -> [3] 8 -> [4] -1
haas/fall2016/data/projects/dsi0.1472321387.txt.gz · Last modified: 2016/08/27 18:09 by wedge