アクセスできる方法はありますか?john.txt micheal.txt james.txt のようなテキスト ファイルがあります。
私はこのコードでそれらにアクセスできます:
ifstream file1( "james.txt", ios::in );
のようなファイルを開くことはできますか?
string name = "james"; ifstream file1( name, ios::in )
アクセスできる方法はありますか?john.txt micheal.txt james.txt のようなテキスト ファイルがあります。
私はこのコードでそれらにアクセスできます:
ifstream file1( "james.txt", ios::in );
のようなファイルを開くことはできますか?
string name = "james"; ifstream file1( name, ios::in )