Search:

Type: Posts; User: ginz

Search: Search took 0.01 seconds.

  1. Thread: damaged file?

    by ginz
    Replies
    6
    Views
    987

    no... n is not the number of elements... if the...

    no... n is not the number of elements...
    if the matrix is 700X700, n is 700
    (it's always a square matrix).
    as i mentioned, it works well for smaller matrices.
  2. Replies
    9
    Views
    1,982

    you don't need to use strlen. you can use the...

    you don't need to use strlen.
    you can use the pointer to string your function receives, and increment it in a while loop with the stopping condition *string==NULL (like: while(*string)).
  3. Thread: damaged file?

    by ginz
    Replies
    6
    Views
    987

    well, i thought it might be a problem one knows...

    well, i thought it might be a problem one knows exists with c, like if someone says he gets a negative integer when it has to be positive - it's probably a number that exceeds an integer's limits.
    ...
  4. Thread: damaged file?

    by ginz
    Replies
    6
    Views
    987

    damaged file?

    i wrote a program that, as a part of its execution, needs to print out to a file an integers' matrix whose elements can be 0 or 1, with tabs between elements of same row, and an enter after each row....
Results 1 to 4 of 4