Search:

Type: Posts; User: taj

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,314

    I tried this , but it doesn't work , I think I...

    I tried this , but it doesn't work , I think I have problem to determine the length of line

    * Read First line into z




    for ( i = 0; i < k; i++) /* k is length of y */
    {
    ...
  2. Replies
    10
    Views
    1,314

    Plz guys I need your help in this problem

    Plz guys I need your help in this problem
  3. Replies
    10
    Views
    1,314

    OK , could you help me , plz I tried and tied and...

    OK , could you help me , plz I tried and tied and i couldn't . I said before am not very good in C , really i need your help to do what i need , and plz if possible , can you explain in detalis !!! ...
  4. Replies
    10
    Views
    1,314

    Hi quzah No , this is another problem , Here...

    Hi quzah

    No , this is another problem , Here i need to search on file
  5. Replies
    10
    Views
    1,314

    i have this for loop , but I need to improve it...

    i have this for loop , but I need to improve it to do what i need , and it is not good , plz cprrect me


    for ( i = 0, ptr = line; sscanf(ptr, "%d%n", &z[i], &n) == 1; ++i )
  6. Replies
    10
    Views
    1,314

    Searching Algorithm !!!

    Hi guys !!!

    Suppose we have a data file like this

    0 2 4
    1 2
    2 3
    3 4
  7. Replies
    19
    Views
    2,232

    Hi guys ,, Now , I have another problem , I...

    Hi guys ,,

    Now , I have another problem , I tried but it doesn't work , suppose we have data file as before

    0 1 3 4
    1 3
    2 4

    I don't need print out the 2ed row because is already in...
  8. Replies
    19
    Views
    2,232

    Hi quzah Please could you explain to me , i...

    Hi quzah

    Please could you explain to me , i didn't understand what you did , I am not very good in C
  9. Replies
    19
    Views
    2,232

    Thanks alot Dave_Sinkula , it works , and as...

    Thanks alot Dave_Sinkula , it works , and as what i need , agian thanks alot
  10. Replies
    19
    Views
    2,232

    Thanks Dave_Sinkula , But I would like the out...

    Thanks Dave_Sinkula , But I would like the out put will be same as the data file !!! any help
  11. Replies
    19
    Views
    2,232

    Thaks mitakeet , But it doesn't work !!!

    Thaks mitakeet , But it doesn't work !!!
  12. Replies
    19
    Views
    2,232

    Thanks for that , I forgot to say that i am not...

    Thanks for that , I forgot to say that i am not good in C programming , I just start to do so , so please help me !!!
  13. Replies
    19
    Views
    2,232

    This my code int main() { ...

    This my code



    int main()

    {

    int i,j;
    int z[500];
  14. Replies
    19
    Views
    2,232

    matching the newline

    hi all, i'm so mess up with this problem.
    suppose a data file Data.dat:

    0 1 3 4
    1 3
    2 4

    how can i stop read those numbers when matching the newline?
    PS: # of numbers must be...
Results 1 to 14 of 15