Search:

Type: Posts; User: laserlight

Search: Search took 0.17 seconds.

  1. You're welcome :) I'd be happier if you...

    You're welcome :)

    I'd be happier if you remembered to post in code tags though, heheh.
  2. To perform recursion, the state of the function...

    To perform recursion, the state of the function is saved. This can potentially use up the available stack space. There is also a limit to the recursive depth. These are not likely to be problems for...
  3. For starters: Indent your code properly. ...

    For starters:

    Indent your code properly.
    Remove unused variables.
    Fully capitalise your macro names.
    When your function has a return type other than void, return something. (This is...
Results 1 to 3 of 3