Search:

Type: Posts; User: vegaaces

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,428

    This additional info will address the problem ...

    This additional info will address the problem

    //delrec ( &qemp1, emprec.firstdata); note this should be
    //delrec ( &qemp1, emprec.curdata);

    The problem is I don't know how or where to (in...
  2. Replies
    2
    Views
    1,428

    Header File is at the end of the code;;;beginning...

    Header File is at the end of the code;;;beginning line: #define MAX 100
  3. Replies
    2
    Views
    1,428

    Data structs and pointers

    #include "test.h"

    int main(void)
    {
    FILE *fin;

    char buffer[MAX];
    QUEUE qemp, qemp1;
    EMP emprec;
    int c;
Results 1 to 3 of 3