queue

  1. U

    Segmentation fault!!??

    A rather simple program that represents working of a queue /* Queue */ #include<stdio.h> #define MAX 10 typedef struct{ int q[MAX]; int front,rear; }queue; int main(){ int flushqueue(queue *,int); int isfull(); int isempty(); int enqueue(queue *,int); int dequeue(queue *)...
  2. g_goyal2000

    Documents are shown in duplicate in Printer queue

    Hi, I have a laptop running Windows 7 Home Premium 64-bit OS. I have 2 printers - HP Deskjet F4288 All-in-One and HP Laserjet P1007. Laserjet is set as default printer. The problem I'm having is with the laserjet. The problem is, whenever I give command to print a document, it shows in...
  3. saurabh.sauron

    eMule help

    i cannot download anything in eMule. it is always waiting. The download queue is always large. even uploading doesnt help. help.....
  4. mario_pant

    why is eMule so lazy?

    i dont get enough speed on eMule... and i mean i am always in a queue even in 500 sources! Help!
Top Bottom