Search:

Type: Posts; User: txp200

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,405

    thank you! it worked.

    thank you! it worked.
  2. Replies
    6
    Views
    2,405

    no, i didnt. can i just leave it out or should i...

    no, i didnt. can i just leave it out or should i change it?
  3. Replies
    6
    Views
    2,405

    struct Field{ int fldidx; char *fldchrptr;...

    struct Field{
    int fldidx;
    char *fldchrptr;
    int fldsize;
    char fldDelimit;
    };

    struct Rcrd{
    struct Field fieldArray[8];
    char rcrdDelimit;
  4. Replies
    6
    Views
    2,405

    use of pointers with char arrays

    im creating a program that reads in a csv fields and breaks it up into records and files using structures. my problem is that when i use the field constructor function with a char array it doesn't...
Results 1 to 4 of 4