c++在visual studio 2010中的编译有关问题

c++在visual studio 2010中的编译问题
用visual studio 2010编程,,出现这样的情况到底是什么回事啊?




1>  所有输出均为最新。
1>ManifestResourceCompile:
1>  所有输出均为最新。
1>gb.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall book::book(void)" (??0book@@QAE@XZ),该符号在函数 "void * __cdecl creatnode(void)" (?creatnode@@YAPAXXZ) 中被引用
1>gb.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall book::~book(void)" (??1book@@QAE@XZ),该符号在函数 "public: void * __thiscall book::`scalar deleting destructor'(unsigned int)" (??_Gbook@@QAEPAXI@Z) 中被引用
1>E:\c++程序设计代码生成\zii.cpp\Debug\zii.cpp.exe : fatal error LNK1120: 2 个无法解析的外部命令
1>
------解决思路----------------------
可能情况:CPP文件没有加到工程中去,或者没有实现那两个函数