This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:spring2016:cprog:projects:afn0 [2015/03/20 20:45] – external edit 127.0.0.1 | haas: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/ | + | * understand the pattern/ |
* 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 | ||
| | ||
- | | + | |
lab46: | lab46: | ||
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) |