C51外部函数可不可以像JAVA这么写?

C51外部函数可不可以像JAVA这么写?,#define public extern public class() { hanshu0()   {  …

C51外部函数可不可以像JAVA这么写?,#define public extern
public class()
{
hanshu0()
  {
  ;
  }
hanshu1()
  {
  ;
  }
hanshu2()
  {
  ;
  }
hanshu3()
  {
  ;
  }
}
,不能
JAVA里面
hanshu1();
hanshu1(char A);
hanshu1(char A,char B)
可以同时存在,还可以相互调用,但是C里面不行
但是你可以试试结构体
struct typedef
{
void *hanshu1();
void *hanshu2();
void *hanshu3();
},MDK可以,C51连C99都不支持,这么写就是天方夜谭。

作者: soufei

为您推荐


Fatal error: Can't use function return value in write context in /www/wwwroot/www.qianrushi.com.cn/wp-content/themes/news/footer.php on line 115