Search:

Type: Posts; User: aspekt9

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,616

    Okay, I think I'm getting somewhere, would...

    Okay, I think I'm getting somewhere, would something like this work:


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

    typedef struct NodeRec
    {
    void *pd ;
    struct NodeRec *pn ;
  2. Replies
    5
    Views
    4,616

    Okay, so I'd need two structs then, right? One...

    Okay, so I'd need two structs then, right? One for the days list and one for the car list? I don't know what I get so hung up on when trying to understand these. Could you give me a simple...
  3. Replies
    5
    Views
    4,616

    Linked List with Two Pointers

    So I need some help, I'm creating a program that keeps track of weekly gas mileage. It reads a list of cars from a file and creates a linked list, the only thing I'm having trouble with is that each...
Results 1 to 3 of 3