Search:

Type: Posts; User: Erkan

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,378

    Thanks. fprintf() works

    Thanks.
    fprintf() works
  2. Replies
    2
    Views
    1,378

    writing a number to a text file

    Yes, I know it's very simple, but my mind is not working at this moment.

    I have a floating point variable called 'final'. I want to write it into a text file, but as far as I know the functions...
  3. Replies
    4
    Views
    1,545

    No, 'bnm' is unique. The part of the line I'm...

    No, 'bnm' is unique. The part of the line I'm interested in is actually like this:

    ...\tN 4021.156431\t\t\t\tE 2945.142006 and continues

    ('\t' stands for horizontal tab)

    I want to take out...
  4. Replies
    4
    Views
    1,545

    File Handling Problem

    Hi All,

    I'm trying to process a text file. My file has a line format like the following:

    'some text' bnm 'some numbers'

    This line format repeats itself until the end of the text. The thing I...
  5. Everybody, Thank you very much for your quick...

    Everybody,
    Thank you very much for your quick response. It was a great help for a novice like me.
  6. Counting the number of lines in a text file - help

    Hi all,

    I wanted to write a program which will count the number of lines in a text file. And I tried to modify a example to do this. This is what I have written:




    /* This program counts...
Results 1 to 6 of 6