Message-ID: <373DED0A.95E014EE@enter.net> Date: Sat, 15 May 1999 17:54:18 -0400 From: Sean X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: rhide help References: <19990515084516 DOT 9877 DOT qmail AT hotmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 207.16.153.53 X-Original-NNTP-Posting-Host: 207.16.153.53 X-Trace: 15 May 1999 17:53:48 -0400, 207.16.153.53 Organization: Enter.Net Lines: 30 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jason Lam wrote: > > I'm using the rhide editor to build my C++ programs. I've got a few > questions about it... > > 1. How do u open up multiple files? My application consist of about 20 files > and each time I bring up rhide, I need to open these 20 files one by one. > This is pretty tiring! > > 2. Where's the place I set the location the .o (object files) go? Everytime > I compile, the .o files get generated to my Windows/Desktop. That's quite > irritating because it appears all over my desktop. > > 3. There is quite limited help available for the syntax of C++. The help > included in the rhide is for C and not C++. Any recommendations? > > Thanks in advance! > > Jason > > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com I think if you just leave the files open when you close it, when you reopen that project they'll be reopened. .o files are made where the source files are, I'm not sure if you can change that, I imagine so. I suggest getting a book on C++ if you want syntax help. I'm not 100% positive on any of that. Good luck. Sean