Search:

Type: Posts; User: bstringer

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    2,493

    Ah, forgot about the term char. Got it now. ...

    Ah, forgot about the term char. Got it now. Thanks again both of you.

    -B
  2. Replies
    15
    Views
    2,493

    My apologies skorman00. I just didnt see what...

    My apologies skorman00. I just didnt see what part you were talking about when you said I didnt have memory allocated.

    Thanks itsme86! I looked up some malloc stuff on the forums here and got a...
  3. Replies
    15
    Views
    2,493

    Im not sure what you mean by this. I dont see...

    Im not sure what you mean by this. I dont see anywhere that I am varying the array size. The array is declared after the user decides how many students, then it stays that size.



    I tried...
  4. Replies
    15
    Views
    2,493

    Small array of strings prob

    Ok, here's what I got



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

    /* Function Prototypes */
    void getClassData(int *);
    void getStudentData(char *n[], int s[], int class);
Results 1 to 4 of 4