Search:

Type: Posts; User: laserlight

Search: Search took 2.28 seconds.

  1. Replies
    23
    Views
    3,204

    Your main function spans 400+ lines. It is less...

    Your main function spans 400+ lines. It is less than half as bad as a pair of team mates of mine in university who wrote a 900+ line function, but they were tackling a problem that might have been...
  2. Replies
    23
    Views
    3,204

    What do you mean?

    What do you mean?
  3. Replies
    23
    Views
    3,204

    Why don't you write a program to test? This is...

    Why don't you write a program to test? This is what I do when I want to say, make sure that I know a feature/library function/idea works. Once I have it down pat, I then incorporate it into my actual...
  4. Replies
    23
    Views
    3,204

    Yes.

    Yes.
  5. Replies
    23
    Views
    3,204

    Notice that tolower is intended to work on a...

    Notice that tolower is intended to work on a single character, returning the character in lowercase where applicable.
  6. Replies
    23
    Views
    3,204

    Exactly. The point is to post code, simplified...

    Exactly. The point is to post code, simplified from what you currently have, that demonstrates the problem. So the full code without that part is worth absolutely nothing since we are not trying to...
  7. Replies
    23
    Views
    3,204

    Post the smallest and simplest program that...

    Post the smallest and simplest program that demonstrates the problem.
Results 1 to 7 of 7