摘要: c++中头文件的后缀名是*.h 创建一个pro.h的头文件,里面声明两个函数和一个结构体 struct test { int a; int b; int len(); int area(); } //声明结构体test int len(int a,int b); //声明周长函数 int area( 阅读全文
posted @ 2020-09-08 23:13 f1veseven 阅读(1685) 评论(0) 推荐(0) 编辑