On Tue, 4 Jan 2005 13:19:35 +0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I would like to know how to open big files (like over a gig) in a text > editor.
You want to do this in an existing text editor, or you want to write a text editor to do this? If the latter, then you'll be looking at memory mapped files - a window or windows onto the file itself - it's fairly easy to do this if you don't exceed the per process virtual memory. > Doew anyone have any experience on that? On Windows, yup. > > It could be in any language. Which platform? -- Mike >-----------------------------------------~-~> CHECK THE ARCHIVE BEFORE POSTING!!!! Archive is available at http://www.eScribe.com/software/C-Paradise/ >------------------------------------------_-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/C-Paradise/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
