会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
从心不欲
博客园
首页
新随笔
联系
订阅
管理
2020年9月22日
C++引用外部文件
摘要: 第一种:编写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)
公告