User Profile

Collapse

Profile Sidebar

Collapse
eli112233
eli112233
Last Activity: Apr 15 '10, 07:02 PM
Joined: Apr 15 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eli112233
    replied to Casting to void*.
    in C
    thank you!!!
    See more | Go to post

    Leave a comment:


  • eli112233
    started a topic Casting to void*.
    in C

    Casting to void*.

    Hello :)
    well as the title says, i have a problem with casting to void*.

    so, I made a linked list class at c++. heres the list :

    class LinkedList
    {

    struct LinkedListObjec t
    {
    void* data;
    LinkedListObjec t *nxt_obj;
    }*list_head;

    void AddObj(void* data);
    }

    So, at the AddObj function, I have a little problem....
    See more | Go to post
No activity results to display
Show More
Working...