home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!ulowell!ulowell.ulowell.edu!jrichard
- From: jrichard@cs.cs (John 'MacGyver' Richardson)
- Subject: Re: Wanted C++, LEX++, YACC++ etc.
- In-Reply-To: plim@hpsgwr.sgp.hp.com's message of Wed, 23 Dec 1992 00:39:50 GMT
- Message-ID: <JRICHARD.92Dec28163529@cs.cs>
- Sender: usenet@ulowell.ulowell.edu (News manager - ulowell)
- Organization: /usr/ug/1993/jrichard/.organization
- References: <15010002@hpsgwr.sgp.hp.com>
- Date: Mon, 28 Dec 1992 21:35:29 GMT
- Lines: 36
-
- In article <15010002@hpsgwr.sgp.hp.com> plim@hpsgwr.sgp.hp.com (Peter Lim) writes:
-
- Can any kind soul please tell me where can I get the following? Preferrably
- they should have been proven to work on HP-UX systems (both HP9000 series 300
- and series 700?)
-
- [01] A complete C++ compiler system
-
- g++ (better known as gcc) see the FAQ for details
-
- [02] Good class libraries for the above (X11 Widget, database?)
-
- X window classes can be implemented with Interviews3.1 and g++
-
- [03] Implementation of LEX and YACC useable with C++
- (LEX++ & YACC++ ???).
-
- GNU's Flex and Bison work with g++ as well. (I can verify this as I just
- finished a compiler with g++,flex, and bison.
-
- E-mail: plim@hpsgwk.sgp.hp.com Snail-mail: Hewlett Packard Singapore,
- Tel: (065)-279-2289 (ADC, ICBD-Singapore)
- Telnet: 520-2289 1150 Depot Road,
- Singapore 0410.
-
- I believe the source for g++, flex, and bison are at prep.ai.mit.edu and
- look at comp.windows.interviews for places to find interviews. All are
- currently freely available with code.
-
- John Richardson |"sun dogs fire on the horizon \ \ \
- jrichard@cs.ulowell.edu | meteor rain stars across the night * * \ /\
- | ...the spark still flies /\ * / \
- "Anyone have some duct | reflected in another pair of eyes." /\ / \/\/
- tape?!?" | -- Neil Peart ------ \ / /
-
-
-