Search:

Type: Posts; User: TriTz

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,624

    Actually I was trying to make a list of different...

    Actually I was trying to make a list of different basic types and then to make one with generic classes.

    Now I got the idea.

    thx
  2. Replies
    3
    Views
    1,624

    Void* and Template for Linked List

    Hi! guys! I have a question about generic linked list.
    This is an example using C.



    typedef struct list{
    void *info;
    struct list *next;
    } List;
Results 1 to 2 of 2