HI,everyone:
I want to read in a large txt file about 180kb. First I use ifstream object ,
just like this ifstream inFile("filename") ;

where filename is the large file's name ,but it seems didn't work .What's wrong with it?
can you help me?
thanks!