Search:

Type: Posts; User: brb9412

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    9,594

    Thank you for your time, I have tried that but...

    Thank you for your time, I have tried that but continue to get errors.

    I tried to pass call insertnode like this:
    insertnode( sPtr, &studentHead, &studentEnd);

    but still no dice.

    please...
  2. Replies
    16
    Views
    9,594

    linked list question

    Hello,

    I have this code here that I would like to use to construct two linked lists. one for students and one for courses..

    I had it working for just students, that is, before I tried to pass...
  3. Thread: Sparse Matrix

    by brb9412
    Replies
    3
    Views
    3,602

    Sparse Matrix

    Hello all,

    I am new to C programming.

    Need to create a sparse matrix of cars and dealers.

    I created a struct of a car, and an array of cars that holds these cars (say, after production).
    ...
  4. Replies
    1
    Views
    8,134

    parsing char array

    hello,

    I have a char array I would like to parse though but I'm getting hung up. can anyone help? Thanks in advance.





    char * commands [2] = {"open", "close"};
Results 1 to 4 of 4