home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / cplus / 18484 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.9 KB  |  49 lines

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