Click to See Complete Forum and Search --> : CMemFile


Kevin Eaves
May 12th, 1999, 05:58 AM
Hi, I'm reading in a file sequentially using CFile but I need to access all of the data two times. I thought if I stored the data in CMemFile it might make the second run go faster, but it slowed it down drastically. The file is around 700kb, perhaps CMemFile isn't good for this much data? Any suggestions for speed in this situation would be appreciated.