Thread: Stack in linked list

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    20

    Stack in linked list

    There are 3 errors in my program, what do they mean??Thanks

    error LNK2001: unresolved external symbol _pop
    error LNK2001: unresolved external symbol _push
    Debug/CheckBrackets.exe : fatal error LNK1120: 2 unresolved externals

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    It means your linker can't find the specified functions to link with. Oh and post some code.
    Woop?

  3. #3
    Bond sunnypalsingh's Avatar
    Join Date
    Oct 2005
    Posts
    162
    prototype is available but defination is not.......

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. linked list question
    By mikeman in forum C Programming
    Replies: 1
    Last Post: 11-30-2008, 01:56 PM
  2. singly linked to doubly linked
    By jsbeckton in forum C Programming
    Replies: 10
    Last Post: 11-06-2005, 07:47 PM
  3. How can I traverse a huffman tree
    By carrja99 in forum C++ Programming
    Replies: 3
    Last Post: 04-28-2003, 05:46 PM
  4. Linked List
    By jpipitone in forum C Programming
    Replies: 4
    Last Post: 03-30-2003, 09:27 PM
  5. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM