Search:

Type: Posts; User: Methje

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,831

    ive got it to read it untill it gets to my...

    ive got it to read it untill it gets to my terminator zzzzz and it does the name and the value

    but they are listed vertically instead of horizontally
  2. Replies
    9
    Views
    1,831

    version 2: ive got it to read the string of...

    version 2: ive got it to read the string of characters, but it wont read the values horizontally it will only read them down vertically



    #include <stdio.h>
    #include <string.h>

    const int...
  3. Replies
    9
    Views
    1,831

    yes i know that, i just dont understand how it...

    yes i know that, i just dont understand how it will differentiate the characters in the string from the values that are to be totaled, this is the reason i havent attempted this yet
  4. Replies
    9
    Views
    1,831

    #include #include const...

    #include <stdio.h>
    #include <string.h>
    const int rows=4;
    const int cols=12;
    float num[rows][cols];
    float total, arraytotal;

    FILE *fp;

    main()
  5. Replies
    9
    Views
    1,831

    problem with string and array

    Ive got a problem with a program im trying to create

    I have a file with

    Name then 12 real number values continuing down until it reaches maybe a terminator of say xxxxx

    eg

    Jimmy 12.1...
Results 1 to 5 of 5