Reading Specific Parts of a Text Filegood point so it would have to be more like this. [code] while ( getline (myfile,str, ' ') ){ ...
Reading Specific Parts of a Text FileSo it would be along the lines of this? [code] while ( getline (myfile,str, ' ') ){ if(str == ...
Reading Specific Parts of a Text FileI am trying to read user setting from a file and need to be able to read the name and the settings. ...
This user does not accept Private Messages