当前位置: 技术问答>linux和unix
在linux下运行该程序方法?
来源: 互联网 发布时间:2016-10-13
本文导语: 本帖最后由 qwer_boo 于 2010-11-03 19:00:50 编辑 #include #include #include using namespace std; int main() { fstream in("/home/keyword.txt"); string str,sub = "kk"; getline(in,str); cout
#include
#include
using namespace std;
int main()
{
fstream in("/home/keyword.txt");
string str,sub = "kk";
getline(in,str);
cout