User Tools

Site Tools


haas:spring2016:cprog:projects:afn0

Differences

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

Link to this comparison view

Next revision
Previous revision
haas:spring2016:cprog:projects:afn0 [2015/03/20 20:45] – external edit 127.0.0.1haas:spring2016:cprog:projects:afn0 [2016/04/07 14:31] (current) – [Execution] wedge
Line 15: Line 15:
  
   * can perform this trick in your head/by hand (if you can't do it on your own, you have no business trying to tell the computer how to do it)   * can perform this trick in your head/by hand (if you can't do it on your own, you have no business trying to tell the computer how to do it)
-  * understand the pattern/process to doing it for any length number (2-digit through 18-digdt)+  * understand the pattern/process to doing it for any length number (2-digit through 18-digit)
   * ability to deploy loops to simplify your process   * ability to deploy loops to simplify your process
   * ability to use arrays to facilitate the storage of your processed values   * ability to use arrays to facilitate the storage of your processed values
Line 232: Line 232:
 - 31415926535897 - 31415926535897
  ---------------  ---------------
-  68584073464102+  68584073464103
  
 lab46:~/src/cprog/afn0$  lab46:~/src/cprog/afn0$ 
Line 241: Line 241:
  
   * Code must compile cleanly (no warnings or errors)   * Code must compile cleanly (no warnings or errors)
 +    * Use the **-Wall** flag when compiling.
   * Output must be correct, and resemble the form given in the sample output above.   * Output must be correct, and resemble the form given in the sample output above.
   * Code must be nicely and consistently indented (you may use the **indent** tool)   * Code must be nicely and consistently indented (you may use the **indent** tool)
haas/spring2016/cprog/projects/afn0.1426884338.txt.gz · Last modified: 2016/04/05 18:55 (external edit)