Search:

Type: Posts; User: mylord

Search: Search took 0.00 seconds.

  1. Thread: lists help

    by mylord
    Replies
    9
    Views
    1,207

    thank you! now i'm tottaly confused, but not...

    thank you! now i'm tottaly confused, but not because of you, but because of my lack of knowledge :D. Thank you, really :)
    i appriciate this
  2. Thread: lists help

    by mylord
    Replies
    9
    Views
    1,207

    so what am i supposed to do? i don't know. if you...

    so what am i supposed to do? i don't know. if you know colud you tell? please? :)
  3. Thread: lists help

    by mylord
    Replies
    9
    Views
    1,207

    #include #include...

    #include<stdio.h>
    #include<string.h>
    #include<stdlib.h>
    int n;
    typedef struct Element *PElement;

    struct Element {
    int data;
    PElement next;
    };
  4. Thread: lists help

    by mylord
    Replies
    9
    Views
    1,207

    lists help

    Hi, i'm new and i've useing C programming language for a couple of months and i have problem: i can't sort lists :(
    e.g. : i type :3 and then 1 and 2 and i have to print 1/n 2/n 3/n.
    How to do...
Results 1 to 4 of 4