Reading in a text file into a string array while ignoring single charactersI was able to change my code to this: [code] string wordArray[1024]; if (fin.is_open()) { for (...
Reading in a text file into a string array while ignoring single charactersI am trying to read in a text file into a string array. I am using a for loop to do that. But i have...
Average line from a text file???I'm very new to C++ and I have an assignment that has to do with reading in a text file and finding ...
This user does not accept Private Messages