Text File viewer, large text files
-
Hi, I'm working on writing a text file viewer. Currently in MFC 6.0. It needs to be able to open text files of any size, so can't load it all into RAM at once. If someone has this written already, that would be helpful. I need to be able to adapt it to other file types in the future, but right now just getting it to view (and scroll) a single file of unlimited size is a start. Thanks for any help.
-
Hi, I'm working on writing a text file viewer. Currently in MFC 6.0. It needs to be able to open text files of any size, so can't load it all into RAM at once. If someone has this written already, that would be helpful. I need to be able to adapt it to other file types in the future, but right now just getting it to view (and scroll) a single file of unlimited size is a start. Thanks for any help.
MSDN contains a free version of MS WordPad with source as an example program. It should be on your MSDN CD or you can probably download it from www.msdn.microsoft.com.