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.