Search:

Type: Posts; User: nexusdarkblue

Search: Search took 0.00 seconds.

  1. Vart, I made the change to my array...

    Vart,

    I made the change to my array subscripting and membership selection, but I'm still getting errors. I want to pass my array of structures into the function called in main ( ). Thanks.
  2. Passing An Array Of Structures To A Function

    Hi everyone,

    It seems my struggles with structures have continued. In my current program, I'm trying to pass an array of structures into a function. I've declared my structure in a separate...
  3. Thanks for the help, Elysia. But then I realized...

    Thanks for the help, Elysia. But then I realized that I didn't mean for 'depart' and 'arrive' to be arrays--they're just integer values that are part of my array of structures. I did change my...
  4. Warning: Initialization makes integer from pointer without a cast

    Hello everyone,

    I am somewhat new to C programming (I started last year) and I'm fairly good at it so far...that is, until I've recently started working with structures.

    In my current program,...
Results 1 to 4 of 4