just "return;" if you func return type is void
所在版块:
求学狮城
发贴时间:2003-03-02 20:22
用户信息
昵称:
simon
经验: 5572
等级: 10 炉火纯青
资产:
7572
华新币
发贴: 6859
在线: 3625.1 小时
复制本帖HTML代码
我要回复↙
相关跟贴↙
平板模式
手机浏览
只看此人
本帖链接
字体:
小
中
大
高亮
:
今天贴
X
昨天贴
X
前天贴
X
or else return a dummy value which matches your function return type.
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!
You may say I'm a dreamer
but I'm not the only one...
相关帖子
我要回复↙
↗回到正文
********急问一个C or C++ 的傻问题*********
-
如今
2003-03-02 16:49
(
158 bytes , 511reads
)
just "return;" if you func return type is void
-
simon
2003-03-02 20:22
(
69 bytes , 170reads
)
.........
-
hobo
2003-03-02 16:53
(
205 bytes , 191reads
)
hoho, simple :) =>
-
魅力十足
2003-03-02 20:38
(
359 bytes , 234reads
)
void main() 可以用return 0, 因为OS"接收"那个 0
-
SmellsLikeTeenSpirit
2003-03-02 19:46
(
47 bytes , 158reads
)
对,只写个 return; 好像可以了,谢谢!
-
hobo
2003-03-02 16:55
(
0 bytes , 203reads
)