Search:

Type: Posts; User: laserlight

Search: Search took 0.26 seconds.

  1. Replies
    49
    Views
    9,557

    It might lead to a logic error when you write...

    It might lead to a logic error when you write code that is hard to understand because control jumps in unexpected ways. A loop can express your intention more clearly.


    It is non-standard and...
  2. Replies
    49
    Views
    9,557

    This should be removed: #include ...

    This should be removed:

    #include<malloc.h>

    You should change the use of goto to be a loop.

    You should free what you malloc.
  3. Replies
    49
    Views
    9,557

    What is your current code? Use a debugger to find...

    What is your current code? Use a debugger to find out at which point the crash occurs. Your mistake lies in code that is executed before that point.
Results 1 to 3 of 3