Tuesday, October 04, 2005

Re: Test Code for file not found in file I/O situations


I think that you have to uese inFile.open(fileName). You can then use
somthing like:
string x="";
inFile>string;
then you can use that x and parse it for words.
-Phoenix

0 Comments:

Post a Comment

<< Home