Hi all,

i am reading a file with help of CStdioFile using while loop and read the file till file reached end of file,in the file somewhere  symbol exist,when reading this line with ReadString ,while loop becomes infinite loop and not return and application goes in notresponding state.

please tell me how can i read the full file with this symbol or how can i remove this symbol from file before reading the file.

thanks in advance.