Why need do this?
所在版块:
求学狮城
发贴时间:2003-02-21 12:24
评分:
用户信息
昵称:
Yup
经验: 437
等级: 3 略知一二
资产:
529
华新币
发贴: 858
在线: 102.6 小时
复制本帖HTML代码
我要回复↙
相关跟贴↙
平板模式
手机浏览
下一跟贴
只看此人
本帖链接
字体:
小
中
大
高亮
:
今天贴
X
昨天贴
X
前天贴
X
The example in MSDN is just like:
class Datalist {
..............
int getMonth() const;
..............
}
inline int Datalist::getMonth() const
{
...
}
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!
Put your OWN COOL signature here!
相关帖子
我要回复↙
↗回到正文
c++ beginner 的菜鸟问题
-
如今
2003-02-21 02:13
(
514 bytes , 618reads
)
i think you also have to put inline in class def
-
吴永铮
2003-02-21 12:19
(
279 bytes , 219reads
)
Why need do this?
-
Yup
2003-02-21 12:24
(
157 bytes , 479reads
)
let me try with GCC and others.
-
hash
2003-02-21 12:26
(
0 bytes , 167reads
)
i even got problem when i try to compile
-
和尚庙的主持
2003-02-21 09:06
(
55 bytes , 165reads
)
The use of inline, __inline, __forceinline
-
Yup
2003-02-21 02:42
(
2160 bytes , 379reads
)