Search:

Type: Posts; User: Uli

Search: Search took 0.01 seconds.

  1. Thread: read file from EOF

    by Uli
    Replies
    10
    Views
    1,194

    And I'm sorry if you guess it as a homework....

    And I'm sorry if you guess it as a homework. Because that's not a homework
  2. Thread: read file from EOF

    by Uli
    Replies
    10
    Views
    1,194

    yes. actually I got it to show the contents of a...

    yes. actually I got it to show the contents of a file from the last char. But I did it with string. And the question is, can I read the contents from last char with fgetc() ?
  3. Thread: read file from EOF

    by Uli
    Replies
    10
    Views
    1,194

    Okay thank you guys... LOL

    Okay thank you guys...
    LOL
  4. Thread: read file from EOF

    by Uli
    Replies
    10
    Views
    1,194

    Yes, but if we read it as a string, of course we...

    Yes, but if we read it as a string, of course we read it from the first char. I mean I have to read it from the last char.
    It's about my project
  5. Thread: read file from EOF

    by Uli
    Replies
    10
    Views
    1,194

    read file from EOF

    Excuse me,
    How can I read contents of a file from the last character?
    Can I use a loop?
  6. Replies
    4
    Views
    1,713

    I got it with while statement. It still working...

    I got it with while statement.
    It still working even if you use fgets function.
    But you have to open the file input and the file output together.
    Then you can declare fprintf in while statement.
  7. Replies
    3
    Views
    1,015

    I think it is better if you initialize your...

    I think it is better if you initialize your variable name and type very first (before other statement). And you have to put your int i on the top (not in for stucture).
  8. Thread: Constraint

    by Uli
    Replies
    4
    Views
    872

    oh, I see... Thank you very much.

    oh, I see...
    Thank you very much.
  9. Thread: Constraint

    by Uli
    Replies
    4
    Views
    872

    So, to declare a constraint, we can use constant?

    So, to declare a constraint, we can use constant?
  10. Thread: Constraint

    by Uli
    Replies
    4
    Views
    872

    Constraint

    Can somebody help me using constraint in linked list?
    Actually I don't know about constraint. May be you can tell me clearly.
    Thank you
  11. Thread: Matriks

    by Uli
    Replies
    3
    Views
    1,160

    Thanks FYI. Finally i found the trouble. ...

    Thanks FYI. Finally i found the trouble.



    #include<stdio.h>

    main()
    {
    int i, j, k, r, s, t;
    int X[100][100], A[100][100], B[100][100];
  12. Thread: Matriks

    by Uli
    Replies
    3
    Views
    1,160

    Matriks

    Can you help me please??
    Why the output failed?



    #include<stdio.h>

    main()
    {
    int i, j, k, r, s, t;
Results 1 to 12 of 12