摘要: //函数指针#include <iostream>#include <fstream> using namespace std;int plus4(int a, int b) { return a + b;} int minus4(int a, int b) { return a - b;} voi 阅读全文
posted @ 2022-01-12 11:19 江南王小帅 阅读(16) 评论(0) 推荐(0)
摘要: #include <iostream>#include <fstream> using namespace std; int main() //主线程{ //前面用四个\,然后写成计算机的名称或者是IP即可访问 //ifstream fin("\\\\LAPTOP-SPAUKULI\\sharedT 阅读全文
posted @ 2022-01-12 10:47 江南王小帅 阅读(263) 评论(0) 推荐(0)