0

アクセスできる方法はありますか?john.txt micheal.txt james.txt のようなテキスト ファイルがあります。

私はこのコードでそれらにアクセスできます:

ifstream file1( "james.txt", ios::in );

のようなファイルを開くことはできますか?

string name = "james"; ifstream file1( name, ios::in )
4

2 に答える 2