由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] linking problem using template
相关主题
[合集] can someone recommend a C++ book esp. on template? Thanks!C++ Q73: template (skillport) (转载)
请问 用vc 最后link为什么那么慢?C++ Q90 - Q92 (转载)
a c++ question for templateC++ Q88: nested non-template class (转载)
[合集] 关于template和inheritance的问题请教C++ templates
[合集] 又被羞辱了一把... (转载)iOS UI template with OC or Swift source code
Default function template arguments[合集] how to refer an inline function?
C++ template problem其实真神的意思是:学习python就是几个小时的事,吵啥?
一个C++ template的问题Re: VC里面的stl支持是不是很弱?
相关话题的讨论汇总
话题: template话题: linking话题: class话题: model
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
TonnyZB (Hallo) 于 (Tue Sep 6 17:33:19 2005) 提到:
I have linking problem again.
in my class declaration:
in model.h
template
class Model {
//some inline functions
void dumpFile(){
//open and close a file
//dump DocumentView parameters.
}
//some functions to be implemeted in corresponding model.cc
void run();
}
in model.cc file:
template
void Model:: run(){
//some
1 (共1页)
进入Programming版参与讨论
相关主题
Re: VC里面的stl支持是不是很弱?[合集] 又被羞辱了一把... (转载)
Help C++ Template function link error .Default function template arguments
why use template?C++ template problem
一个C#使用C++.NET类库的问题一个C++ template的问题
[合集] can someone recommend a C++ book esp. on template? Thanks!C++ Q73: template (skillport) (转载)
请问 用vc 最后link为什么那么慢?C++ Q90 - Q92 (转载)
a c++ question for templateC++ Q88: nested non-template class (转载)
[合集] 关于template和inheritance的问题请教C++ templates
相关话题的讨论汇总
话题: template话题: linking话题: class话题: model