linking error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • archanarani25
    New Member
    • Mar 2010
    • 1

    linking error

    hello....I was writing a program on dijkstra algorithm where i found no error on compilation but when i tried to run it i found the statements like"undefined symbol _print" and "undefined symbol _minimum".I dont know what to do in this situation.MINIM UM is a function that i have used in the program.PRINTPA TH is also a funcion but what is this print i dont know....plz help me...
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Have you declared your functions properly in your header? Perhaps another file calls these functions. Would need to see the include section of your files.

    Comment

    Working...