Thread: Having trouble with my llist.

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    30

    Having trouble with my llist.

    Hi, I have created a doubly linked list but it wont compile or even work, could somebody please look over it and tell me what I may have done wrong.

    Thanks Qui.

    All working now.
    Last edited by Qui; 03-08-2004 at 11:24 AM.

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    223

    linked list

    Your function declarations should like the following

    void add_Holiday(Holiday *pHoliday);

    void del_Holiday(Holiday *pHoliday);


    Instead of

    void add_Holiday();
    void del_Holiday();
    zMan

  3. #3
    Registered User
    Join Date
    May 2003
    Posts
    30
    OMG, Thanks you your a life saver, LOL I'm such a no brainer , its all working now

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Trouble with assignment in C
    By mohanlon in forum C Programming
    Replies: 17
    Last Post: 06-23-2009, 10:44 AM
  2. Replies: 6
    Last Post: 01-03-2007, 03:02 PM
  3. Is it so trouble?
    By Yumin in forum Tech Board
    Replies: 4
    Last Post: 01-30-2006, 04:10 PM
  4. trouble scanning in... and link listing
    By panfilero in forum C Programming
    Replies: 14
    Last Post: 11-21-2005, 12:58 PM
  5. C++ program trouble
    By senrab in forum C++ Programming
    Replies: 7
    Last Post: 04-29-2003, 11:55 PM