Search:

Type: Posts; User: RexInTheCity

Search: Search took 0.00 seconds.

  1. Thanks a lot. I have it working now.

    Thanks a lot. I have it working now.
  2. Issue with arrays, pointers, and structs.

    #include "stdio.h"

    struct person{
    int personID;
    //more stuff here later on
    };
    struct person *population[10];

    int main(int argc, char *argv[]){
    int i;
Results 1 to 2 of 2