Re: cpp - C language preprocessor
From: Kamal R. Prasad (kamalp_at_acm.org)
Date: 09/28/03
- Previous message: Kamal R. Prasad: "Re: How to close rogue file descriptors?"
- In reply to: cljlk: "Re: cpp - C language preprocessor"
- Next in thread: cljlk: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Sep 2003 06:21:50 -0700
cljlk <cljlk@hotmail.com> wrote in message news:<3F74AF6C.1010602@hotmail.com>...
> Hi Tim,
>
> I do have gcc software but no cpp. Does cpp come with gcc source code
> package?
> Thanks.
>
Just about every ANSI C compiler supports a -E or equivalent option
(if that flag is not a standards requirement). If you have a C
compiler on hand -take it for granted that it comes with a
preprocessor in-built. If you use the -E option, the output will go to
stdout.
regards
-kamal
> Tim Slattery wrote:
>
> > cljlk <cljlk@hotmail.com> wrote:
> >
> >
> >>Hi,
> >>
> >>I have SunOS4.1.4 but I don't have cpp software in it and I need one.
> >>Would anyone shed a light where I can download the software, otherwise,
> >>I could not compile my software. Thanks.
> >
> >
> > http://www.gnu.org/software/gcc/gcc.html
> >
> > --
> > Tim Slattery
> > Slattery_T@bls.gov
- Previous message: Kamal R. Prasad: "Re: How to close rogue file descriptors?"
- In reply to: cljlk: "Re: cpp - C language preprocessor"
- Next in thread: cljlk: "Re: cpp - C language preprocessor"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|