hoho, simple :) =>
登录 | 论坛导航 -> 华新鲜事 -> 求学狮城 | 本帖共有 1 楼,分 1 页, 当前显示第 1 页 : 本帖树形列表 : 刷新 : 返回上一页
<<始页  [1]  末页>>
作者:魅力十足 (等级:2 - 初出茅庐,发帖:15) 发表:2003-03-02 20:38:29  楼主  关注此帖评分:
.........如果这个function 是 void ****() { } 是不是只要在中间写一个 "return;" 就可以了? 虽然main function 也是 void main() 但是为什么在main 里可以写 return 0; 而在一般的function 写 return 0; compile 会出错呢?
hoho, simple :) =>

By default, main function is not void main(), but int main();

therefore, we should use "return 0".


In user defined functions, return type should match the type of

function prototype. In your function void ****(), we should

return void instead of return 0. Thus there will be no

compiling error.


^_^, Good good study, day day up!!!!!!!!!!!!!


Put your OWN COOL signature here!
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版所有回复从这里展开收起列表
论坛导航 -> 华新鲜事 -> 求学狮城 | 返回上一页 | 本主题共有 1 篇文章,分 1 页, 当前显示第 1 页 | 回到顶部
<<始页  [1]  末页>>

请登录后回复:帐号   密码