********急问一个C or C++ 的傻问题*********
登录 | 论坛导航 -> 华新鲜事 -> 求学狮城 | 本帖共有 6 楼,当前显示第 6 楼 : 从楼主开始阅读 : 本帖树形列表 : 返回上一页
作者:魅力十足 (等级:2 - 初出茅庐,发帖:15) 发表:2003-03-02 20:38:29  6楼  评分: 
.........如果这个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版只看此人从这里展开收起列表

本帖共有 6 楼,当前显示第 6 楼,本文还有 N-1 层楼,要不你试试看:点击此处阅读更多 >>



请登录后回复:帐号   密码