(Jim Mischel) The next problem we have to solve is how to read a text file in memory-sized chunks. In the old days, when all we had to worry about were ASCII strings of one byte per character, we could directly read a large piece of the file into a memory buffer and then scan the buffer, replacing t
Read More - Register for Free Membership
