Search:

Type: Posts; User: main.c

Search: Search took 0.00 seconds.

  1. Another suggestion, instead of 100000 *...

    Another suggestion, instead of
    100000 * sizeof(int) I recommend replacing 100000 with a #define, enum, or const value as it's a "magic number" and thus for maintainability it would be better if you...
  2. Replies
    3
    Views
    4,532

    It's difficult to tell what you're trying to do...

    It's difficult to tell what you're trying to do here. Please use descriptive variable names (instead of s,j,i,r) and format your code properly.
Results 1 to 2 of 2