摘要: 第一种:编写cpp文件,在另一个cpp文件引用cpp文件,调用该文件的函数 例: a.编写a.cpp文件 1 #include<string> 2 #include<iostream> 3 using namespace std; 4 void message(string str){ 5 cout 阅读全文
posted @ 2020-09-22 22:33 从心不欲 阅读(5823) 评论(0) 推荐(0)