摘要: 这几天编写代码碰到 无法解析的外部符号 visual studio.在类中 inline 修饰符应该放在类函数定义的时候而不是声明的地方即// test.h 头文件class A{public: void Foo();}// test.cpp 源文件#include "test.h"inlin... 阅读全文
posted @ 2015-08-14 09:48 endlesstravel 阅读(1142) 评论(0) 推荐(0)