Why need do this?
所在版块:求学狮城 发贴时间:2003-02-21 12:24  评分:

用户信息
复制本帖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 的菜鸟问题 如今   (514 bytes , 617reads )
i think you also have to put inline in class def 吴永铮   (279 bytes , 218reads )
Why need do this? Yup   (157 bytes , 478reads )
let me try with GCC and others. hash   (0 bytes , 167reads )
i even got problem when i try to compile 和尚庙的主持   (55 bytes , 164reads )
The use of inline, __inline, __forceinline Yup   (2160 bytes , 379reads )