Search:

Type: Posts; User: laserlight

Search: Search took 0.31 seconds.

  1. Replies
    10
    Views
    4,586

    Yes. There may or may not be minor technical...

    Yes. There may or may not be minor technical differences between the two terms, but here I mean them to be the same thing.
  2. Replies
    10
    Views
    4,586

    Yeah, except that in this case presenting...

    Yeah, except that in this case presenting pseudocode does not really make things clearer since the code itself already exists and is simple enough to analyse by inspection.

    Anyway, I shall now...
  3. Replies
    10
    Views
    4,586

    Observe the i++; statement in val(). By the...

    Observe the i++; statement in val().

    By the way, you should indent the code. The val function should also be forward declared with a void return type, and you should specify void as the parameter...
Results 1 to 3 of 3