From: Myknees Message-ID: <33a4d0ef.35202d19@aol.com> Date: Mon, 30 Mar 1998 18:39:03 EST To: noname AT cyberjunkie DOT com Cc: djgpp AT delorie DOT com Mime-Version: 1.0 Subject: Re: Text Editor - C Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Precedence: bulk Noname 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 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)