win7 下学习vscode
摘要:1 #include<stdio.h> 2 #include<math.h> 3 4 extern void addnumber(double a,double b); //在这里告诉编译器,这个函数是另外一个文件中的 5 extern void addnumberb(double &a,doubl
阅读全文
posted @ 2021-05-30 18:31
posted @ 2021-05-30 18:31