posts - 1, comments - 0, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

2011年6月23日

 1).“fun”: 本地函数定义是非法的
int man(){
    
void fun( int a, int b  ){
        ;
    }

}

posted @ 2011-06-23 18:25 林涛 阅读(86) | 评论 (0)编辑 收藏