Dec 132017
Medit is a full-screen text editor. Includes full C source code. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
BIOSAREA.H | 2213 | 569 | deflated |
ME.BAT | 50 | 48 | deflated |
MEDIT.C | 55615 | 13029 | deflated |
MEDIT.DOC | 8869 | 2764 | deflated |
MEDIT.EXE | 24186 | 13983 | deflated |
READ.ME | 800 | 428 | deflated |
TECH.DOC | 13012 | 3851 | deflated |
Download File MEDIT.ZIP Here
Contents of the READ.ME file
This is a project I did for my advanced C programming class. It probably
could be improved alot more but I really didn't have the time. The editor
works pretty good, and its fast so I felt it was good enough for the teacher.
It uses the far heap for memory allocation so you get almost all of your
available memory for editing files. It seemed to work best, in Borland C++,
compiled in the compact memory model, it gave me the most memory. There is
a bug when you are deleting lines though, the farcoreleft() function won't
report any increase in memory available no mater how many lines are deleted
but the memory is available. The source is included if you want to look at
it. Hope you can put it or the source to some good use.
Mike Tyson
could be improved alot more but I really didn't have the time. The editor
works pretty good, and its fast so I felt it was good enough for the teacher.
It uses the far heap for memory allocation so you get almost all of your
available memory for editing files. It seemed to work best, in Borland C++,
compiled in the compact memory model, it gave me the most memory. There is
a bug when you are deleting lines though, the farcoreleft() function won't
report any increase in memory available no mater how many lines are deleted
but the memory is available. The source is included if you want to look at
it. Hope you can put it or the source to some good use.
Mike Tyson
December 13, 2017
Add comments