Redian新闻
>
inline C function in VC++ 2005 express
avatar
inline C function in VC++ 2005 express# Programming - 葵花宝典
a*e
1
What's wrong with the following code? Why can't it pass the compilation?
_inline int max (int a, int b)
{
if (a > b)
return a;
else
return b;
}
avatar
p*o
2
你用了using namespace std了把。

【在 a*******e 的大作中提到】
: What's wrong with the following code? Why can't it pass the compilation?
: _inline int max (int a, int b)
: {
: if (a > b)
: return a;
: else
: return b;
: }

avatar
g*s
3
楼主代码里inline前面的下划线是怎么回事?inline不是关键字吗?

【在 p***o 的大作中提到】
: 你用了using namespace std了把。
avatar
a*e
4
没有。 是c文件。
用gcc没问题。当然得去掉那个下划线

【在 p***o 的大作中提到】
: 你用了using namespace std了把。
avatar
l*c
5
VC++的specific keyword. 建议用宏重包装一下,考虑到移植性的话。

【在 g*********s 的大作中提到】
: 楼主代码里inline前面的下划线是怎么回事?inline不是关键字吗?
avatar
p*o
6
c? c89里哪来的inline。

【在 a*******e 的大作中提到】
: 没有。 是c文件。
: 用gcc没问题。当然得去掉那个下划线

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。