Sender: root AT delorie DOT com Message-ID: <37CBE0B4.61CAB6CF@inti.gov.ar> Date: Tue, 31 Aug 1999 11:03:32 -0300 From: salvador Organization: INTI X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.38 i686) X-Accept-Language: es-AR, en, es MIME-Version: 1.0 To: djgpp AT delorie DOT com, Krogg Subject: Re: A few questions about djgpp,rhide and c. References: <37CAEC93 DOT 1F2CB512 AT gtcom DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Krogg wrote: > 1.)how can i get rhide to make the .exe files go to a > specfic directory like: > c:\djgpp\projects\ ? Just start RHIDE in this directory. RHIDE creates (by default) the .o and the output (.a or .exe) in the current directory. I guess you are using a W9x short cut, so set the working directory to c:/djgpp/projects/ Usually I never use "direct access" short cuts, just change directories (using Volkov Commander) and run RHIDE in the directory where the project is located. > 2.i save all my settings to a .gpr file with rhide,but > i want to make these settings default for when i load > rhide...how do i do that? Is in the help, anyways: save it to rhide.gpr in the same directory where rhide.exe is located. Warning: you'll need to use projects or choose Project|close or some options will be grayed. > 3.I am new to c so this stuff is overwhelming me > a little,but i did make a hello world program: > I read a few cryptic tutorials and picked up > some basic ideas and after a buttload of forgetting > the "{" thingies and ";" thingies and other stuff > i finnaly ended up with this....: > > ============== > #include > #include > > int x=0; > int y=0; > > main() > { > void clrscr(void); ^^^^^^^^ that's the declaration of the prototype, not a function invocation, use clrscr(); > 4. where's the darn faq for this ng...? In the same place where you downloaded the compiler. > 5. any pointers for learning c from scratch. Be patient, expend time on it ;-)) SET -- Salvador Eduardo Tropea (SET). (Electronics Engineer) Visit my home page: http://welcome.to/SetSoft or http://www.geocities.com/SiliconValley/Vista/6552/ Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org set AT ieee DOT org set-soft AT bigfoot DOT com Address: Curapaligue 2124, Caseros, 3 de Febrero Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013