Mail Archives: djgpp/1999/09/01/00:39:26
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 <stdio.h>
> #include <conio.h>
>
> 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
- Raw text -