ifstream not opening file
问题 In this function i am trying to open a file that contains a set of characters that i want to assign to my matrix array, however whenever i run this program the console displays an error that says that the file is not open. Another question, if i add that file to my resource folder how do i specify to access that file and not the one that i have in the root of my hard drive? ifstream readSecondMap("C:\\map_2.txt", ifstream::in); void Stage::populateStage(ifstream &myStage, char (&myArray)