Linker error

I'm using a link list with header files "card.h" and "deck.h" and implementation files "cardi.cpp" and "decki.cpp" respectively. However, on my deck implementation file, I have
#include "deck.h"
Along with the other inclusions. Even so, my compiler keeps throwing an "unresolved external" error that it cannot find a constructor that I have indeed defined.

Can somebody help me out?
You will need to post your code for us to be helpful. Are you sure you are linking against cardi.o(bj) and decki.o(bj)?
Topic archived. No new replies allowed.