Search:

Type: Posts; User: zrepaer

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,028

    thank you for your help!!!

    thank you for your help!!!
  2. Replies
    7
    Views
    2,028

    here is the code i have so far i guess i should...

    here is the code i have so far i guess i should have posted it originally


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


    #define MAX_ELMNTS 100
    #define ANLYS_RNG 20
  3. Replies
    7
    Views
    2,028

    i guess i should set the size of the array to 4...

    i guess i should set the size of the array to 4
    such as
    typedef struct
    { char color[20];
    char size [1];
    int qty [5];
    double price[20];
    }PAINTDATA[4];

    and i understand how to use scanf but...
  4. Replies
    7
    Views
    2,028

    Help with a C program

    I am having a bit of trouble doing a C Program using fscanf
    any help would be great

    i'm using a structure
    typedef struct
    { char color[20];
    char size [1];
    int qty [5];
    double price[20];...
Results 1 to 4 of 4