摘要: #include #include #include int Funcadd(int a, int b) { return a + b; } int Funcplus(int a, int b) { return a - b; } int Funcmul(int a, int b) { return a * b; } int Funcdiv(int a, int b) { return... 阅读全文
posted @ 2017-04-12 17:04 小陈同学啦 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 这里的加了typedef 和没有加的区别就是:加了则定义一种类型,没加则是代表的一种表现的形式。 阅读全文
posted @ 2017-04-12 16:33 小陈同学啦 阅读(358) 评论(0) 推荐(0) 编辑