reading file into a 2-d arraySo this is what i got so far, i read the first two integers (rows, columns), but after that i dont k...
reading file into a 2-d array[code] #include <fstream> ifstream maze; char mazeArray[24][80]; //since thats my max size maze maze...
reading file into a 2-d arraythe last x's in the 3 middle rows is are supposed to be all the way to the right. and the f is suppo...
reading file into a 2-d arrayi got a maze program to do, and we are supposed to read a maze from a .txt file and i have no clue o...
This user does not accept Private Messages