Search:

Type: Posts; User: SPIRIT6666

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,014

    I tryed the code that dwks said, and it work...

    I tryed the code that dwks said, and it work perfectly now.
    Thanks alot fgw_three and dwks for the help. :)
  2. Replies
    5
    Views
    1,014

    Function/Text File Question

    I have declared a text file (named textfile) in my void main.
    But I want to be able to write in that text file from a function.
    I tryed:

    WriteTextFunction(textfile);
    And for the function:
    ...
  3. Replies
    1
    Views
    927

    fscanf question

    Hey I got a question about fscanf.

    If I got a text file that got 3 lines (one number each line) and I do:


    fscanf(ftext,"%d",&firstnumber);
    fscanf(ftext,"%d",&secondnumber);...
  4. Thread: Text file

    by SPIRIT6666
    Replies
    1
    Views
    898

    Text file

    Hey I need help to define variable when numbers are in a text file.

    What I need to do is:
    Open a text file that there is only one line, its write: 1000,0.15,5

    I need to read the line and...
Results 1 to 4 of 4