I've been working on a Doubly Linked List code and I'm unable to locate what is causing an error every time I attempt compiling. The error being thrown is
main.obj : error LNK2019: unresolved external symbol "public: __thiscall DoublyList::DoublyList(void)" (??0?$DoublyList@H@@QAE@XZ) referenced in function >_main 1>Doubly List.exe : fatal error LNK1120: 1 unresolved externals
DoublyList.h -> http://pastebin.com/5wbeKksv
DoublyListNode.h and main.cpp -> http://pastebin.com/vVdGpgaW