Search:

Type: Posts; User: stitches

Search: Search took 0.01 seconds.

  1. Thread: Queue

    by stitches
    Replies
    12
    Views
    1,400

    sorry im caught up with other things in real life...

    sorry im caught up with other things in real life + my education
  2. Thread: Queue

    by stitches
    Replies
    12
    Views
    1,400

    thanks for the BIG HELP pfffffffft

    thanks for the BIG HELP pfffffffft
  3. Thread: Queue

    by stitches
    Replies
    12
    Views
    1,400

    kfine thnx smart guy

    kfine thnx smart guy
  4. Thread: Queue

    by stitches
    Replies
    12
    Views
    1,400

    lemme get on that :) ill try my best

    lemme get on that :) ill try my best
  5. Thread: Queue

    by stitches
    Replies
    12
    Views
    1,400

    cause i dont understand a thing some people are...

    cause i dont understand a thing some people are saying? + its complicated seriously,when there are easier way why go for the complicated stuff?to make others look way too smart?
  6. Thread: Queue

    by stitches
    Replies
    12
    Views
    1,400

    Queue

    #include<stdio.h>

    struct Node{
    int Data;
    struct Node *Link;
    };
    typedef struct Node *QueuePointer;

    void append(QueuePointer *Head,QueuePointer *Tail, int Num)
    {
  7. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    what do you mean casting malloc is wrong... i...

    what do you mean casting malloc is wrong...

    i managed to make it work trying to figure this out for days,wouldve been simple to just help me with the program,..application wouldve been easier for...
  8. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    err ok i got it to work now...the problem is,it...

    err ok i got it to work now...the problem is,it wont display :|
  9. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    i dun get it lol

    i dun get it lol
  10. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    #include struct Node{ int Data;...

    #include<stdio.h>

    struct Node{
    int Data;
    struct Node *Link;
    };
    typedef struct Node *QueuePointer;

    void append(QueuePointer *Head,QueuePointer *Tail, int Num)
    {
  11. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    thanks,this is a big reference,im still gonna...

    thanks,this is a big reference,im still gonna finish what i started though :) atleast i get the concept
  12. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    ok this help a lot,ima get working on this now

    ok this help a lot,ima get working on this now
  13. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    how would i learn if i wont get the concept on...

    how would i learn if i wont get the concept on how to display it.I am already working out on the help you guys are giving me but i cant seem to figure it out, I usually understand through example,not...
  14. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    stuck

    #include<stdio.h>

    struct Node{
    int Data;
    struct Node *Link;
    };
    typedef struct Node *QueuePointer;

    void append(QueuePointer *Head,QueuePointer *Tail, int Num)
    {
  15. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    ohh i understand what that mean buttttttttt,... ...

    ohh i understand what that mean buttttttttt,...

    so this means i dont have to use void main?clrscr?ang getch?

    but after i input the value i want to clear the screen :\
  16. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    uhm...what do you mean by this?sorry i have bad...

    uhm...what do you mean by this?sorry i have bad english

    There is no such thing as void main.
    Nor is there such a thing as clrscr.
    No such thing as getch.
  17. Thread: append queue

    by stitches
    Replies
    24
    Views
    3,901

    append queue

    hello everyone,im trying to make a simple program run but i cant seem to make it work,i have been working on this for the whole day :\ any hand


    #include<stdio.h>

    struct Node{
    int Data;...
Results 1 to 17 of 17