2013年2月6日

C++中模板不能把实现和声明放在两个不同的文件下

摘要: http://zhidao.baidu.com/question/322405048.htmlhttp://www.zhihu.com/question/20630104http://bbs.chinaunix.net/thread-923716-1-1.html在Fraction.h中,我是这么定义的#pragma once#ifndef FRACTION#define FRACTIONtemplate<class T>class Fraction{public: Fraction(void); Fraction(T ,T); ~Fraction(void);private: T 阅读全文

posted @ 2013-02-06 09:46 androidme 阅读(1053) 评论(0) 推荐(0) 编辑

导航