I am using c++ to read a text file with
file.open("C:\\\\Users\\\\brend\\\\Desktop\\\\test2.txt", ios::in); string files; file >> files;