delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1997/06/18/07:17:48

From: Robert Hoehne <Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE>
Newsgroups: comp.os.msdos.djgpp
Subject: Re: Newbe questions, was (none)
Date: Mon, 16 Jun 1997 12:01:58 +0200
Organization: TU Chemnitz-Zwickau
Lines: 44
Message-ID: <33A50F16.59D5A874@Mathematik.TU-Chemnitz.DE>
References: <199706132335 DOT QAA58886 AT lausd DOT k12 DOT ca DOT us>
NNTP-Posting-Host: pandora.hrz.tu-chemnitz.de
Mime-Version: 1.0
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

LP wrote:
> 

Please use a subject line for your posts!!!


>   For(c=0; c==100; c++)

This code will never compile, except you put before this line
something like

#define For for

And the next is (assuming the 'For' was only a typo) the loop
will never executed, because you'r assigning to c the value
0 then the loop should executed while c has the value 100, which
will never happen.

These remarks from me only on the fly, because you nowhere
asked a questions about an specific problem to the code.

> It might be a dumb question but RHIDE's help is not very informative about
This is not RHIDE's help but the DJGPP libc documentation.

> ANSI stuff & it would be nice to the how syntax of printf works in DJGPP(I
And have you really read all the stuff related to printf? (when I
remember
correct there are some links in the doc which you should follow).

> #2 What is the file name of the DJ Pascal and how do incorporate it into
> the same RHIDE as DJGPP?

The name is GNU Pascal and can be downloaded from the same place as you
got all the other DJGPP packages. Install the gpc binaries and use
pascal source files with the suffix .p or .pas, that's all.

Robert
-- 
*****************************************************************
* Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau *
* Post:    Am Berg 3, D-09573 Dittmannsdorf                     *
* e-Mail:  Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE              *
* WWW:     http://www.tu-chemnitz.de/~rho                       *
*****************************************************************

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019