Search:

Type: Posts; User: GenghisAhn

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    829

    Past Exam help

    My Exam proctor know little to know English, and he grades from a solutions guide....and doesn't correct us or reveal solutions to us after the exams have been graded. So could anyone help me solve...
  2. Replies
    2
    Views
    1,592

    Using fcanf to get parts of a text file

    So I have a .txt file that is declared as fin, and I need to use fscanf to designate parts of the file to certain variables.

    The file looks like this:

    Farley: 46.5/7.1
    L. J. Cool: -39.2/27.25...
  3. Project Help Concerning Scanning in data

    Hi. I am currently trying to complete a programming project for my C Prog Class, and I am having trouble with acquiring the data in a given txt file and then setting aside parts of the data as...
  4. Question would I start off with: [code] while ...

    Question would I start off with:
    [code]
    while
    (fgets(buffer, sizeof
    buffer, fin)!=NULL)
    [code/]

    if I wanted to keep this up till the end of the text file?
  5. How to scan in multiple values from a text file

    I am working on a project for my programming class, but I am having issues with getting values from a text file and assigning them to variables in my code. I have multiple lines of numbers in my text...
Results 1 to 5 of 5