Date: Thu, 6 Jun 1996 09:05:13 +0200 (IST) From: Eli Zaretskii To: halibut AT falcon DOT cc DOT ukans DOT edu Cc: djgpp AT delorie DOT com, j DOT aldrich6 AT genie DOT com Subject: Re: Beginners srand error In-Reply-To: <9606052005.AA28816@falcon.cc.ukans.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 5 Jun 1996 halibut AT falcon DOT cc DOT ukans DOT edu wrote: > Another question is to everyone: what is the best way to view > and edit all of your program files and still have access to dos > for the command line to make or run (aside from Rhide). Get a decent programmer's editor. All of them allow to compile from within the editor, catch the error messages and let you step through the lines that triggered those messages. They also let you shell to DOS if you need temporarily to do some command-line work (like launch a program that grabs the screen). > the limitation of this is I can't save the changes easily. What is > the best editor or editor of your choice to do this? I use Emacs.