Search:

Type: Posts; User: RayW1

Search: Search took 0.01 seconds.

  1. Thanks Anduril, I did not read your code...

    Thanks Anduril, I did not read your code correctly. Told you I was poor on recursion. Have to study what you did a bit more since I have a feeling I will have that type of flow show up again. ...
  2. Thanks Andruil, I used the elses to avoid doing...

    Thanks Andruil,
    I used the elses to avoid doing the if checks if they were not required, a leftover from my assembly days when computers where slower and we watched the machine cycles.

    I can see...
  3. Simple calculate integer power of a double using recursion program - critique

    I am trying to brush up on C after about 12+ years, which was two semesters at college. This program works, but I am poor on recursion and wonder if there are some tips that could be offered. Using...
Results 1 to 3 of 3