Code Generation/Exercise 6: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 December 2018

1 May 2018

9 May 2017

16 February 2017

6 April 2015

21 May 2011

16 May 2011

  • curprev 15:3115:31, 16 May 2011Root talk contribs 1,039 bytes +1,039 Created page with "== The Original Code == Consider the following C function: <c> int powmod(int base, int exp, int modulus) { int accum = 1, i = 0, basepow2 = base; while ((exp >> i) > 0) { ..."