파일 입출력(c++)

int main()
{
    ifstream gff_File("yeast.gff");
    vector <GFF_Entry> GFF;

   GFF_Entry* tmp = new GFF_Entry();

    char inputString[1000];
    string s;

    getline(gff_File, s);
    cout << s << endl;

/*
    while ( !gff_File.eof() ){
        getline(gff_File, s);
        cout << s << endl;
    }
*/
    return 0;
}

댓글

이 블로그의 인기 게시물

실내공간 표준안 IndoorGML의 개념 및 활용(이기준, 이지영)('13.06.24 심사완료) 정리.

플랫폼과 에코시스템