Mail Archives: djgpp/1998/03/30/18:41:02
Noname <noname AT cyberjunkie DOT com> writes:
>I'm looking for a program/function in C that will allow me to create a
>text-editing box in DOS. Similar to MS-DOS Edit, but without menus and
>having a special key (may be function) to save and exit. The ability to
>
>have it run in a partial-screen would be nice, but not needed. It will
>have to be keyboard based, because the computer will not have a mouse.
>My current solution is a loop that allows single lines to be entered and
>
>added to the entire message when they hit return. This does not allow
>lines that have been entered to be edited however, which I would like.
>Please e-mail me if you can help (I do not get to this NG often).
> -Noname <noname AT cyberjunkie DOT com>
There is a book called _Learn C++ Today_ by Martin L. Rinehart that teaches
C++ by working on a project -- the project is a text editor like the one you
describe but a bit more elaborate.
The book isn't really my style, and if you want it, contact me by email. If
you pay the postage I'll send it to you.
--Ed (Myknees)
- Raw text -