分享

test.cpp

 Lukies_图书馆 2020-03-24

#include<iostream>

#include<fstream>

#include<string.h>

using namespace std;

int main(){

ifstream read,read2;read.open("111.txt");

string s1,s, s2,s3,s4;s1="E:\\brunches\\5G_ph1_19BD_2E\\3.9\\LOG1\\f_uep_uec_FCtlMain_SeqCtlStm\\";

while(getline(read,s)){

s2=s1+s;

s3=s2+"\\gdb.log";

//cout<<s3<<endl;

read2.open(s3.c_str(),ios::in);

getline(read2,s4);

getline(read2,s4);

getline(read2,s4);

if(s4[37]!='1'){cout<<"   "<<s<<endl;read2.close();break;}

else {read2.close();}

}

read.close();

}

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多