User Tools

Site Tools


haas:spring2015:cprog:projects:afn0

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:spring2015:cprog:projects:afn0 [2015/03/19 18:30] wedgehaas:spring2015:cprog:projects:afn0 [2015/03/20 20:45] (current) – [Prerequisites/Corequisites] wedge
Line 6: Line 6:
 ~~TOC~~ ~~TOC~~
  
-======Project: C Binary Fun (cbf0)======+======Project: MENTAL MATH - ALL FROM NINE (afn0)======
  
 =====Objective===== =====Objective=====
-To practice manipulating binary data in C program (for fun and glory).+To implement programmatic solution (ie simulationof a real life process- the mental math trick of subtracting certain potentially large numbers from left to right.
  
 =====Prerequisites/Corequisites===== =====Prerequisites/Corequisites=====
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- or 19-digit) +  * understand the pattern/process to doing it for any length number (2-digit through 18-digdt)
-    * digit length will depend upon size of user input variable (including signedness)+
   * 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
haas/spring2015/cprog/projects/afn0.1426789823.txt.gz · Last modified: 2015/03/19 18:30 by wedge