home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / cplus / 12448 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.0 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!dtix!mimsy!mimsy.cs.umd.edu!young
  2. From: young@umd.edu (Neal Young)
  3. Newsgroups: comp.lang.c++
  4. Subject: simple C++ X-windows lib? (help me not reinvent the wheel)
  5. Message-ID: <YOUNG.92Aug17185056@cruiser.umd.edu>
  6. Date: 17 Aug 92 22:50:56 GMT
  7. Sender: news@mimsy.umd.edu
  8. Organization: UMIACS
  9. Lines: 33
  10.  
  11.  
  12. I want to write some very simple X-windows C++ code:
  13. a few buttons, some interactive graphics (draw
  14. circles, bitmaps, text, get mouseclicks).
  15.  
  16. I'm new to C++ and X-windows.
  17. If you've been through this already,
  18. maybe I can learn from your experience.
  19.  
  20. I have athena widgets and g++-2.2.
  21.  
  22. My question: what approach would you recommend:
  23.  
  24. (a) Have C++ call C routines using Xlib and/or Xaw.
  25.  
  26. (b) Ditto with a more complete toolkit than Xaw.
  27.     (Requires installation of the toolkit.) 
  28.     If so, which?
  29.  
  30. (c) Install and use one of the existing C++ class libraries
  31.     mentioned in the X-windows FAQ.  If so, which?
  32.  
  33. (d) Just use "C", no C++.
  34.  
  35. (e) Other?
  36.  
  37. Thanks for your feedback.
  38.  
  39. Neal
  40. --
  41.  
  42.  
  43.     Neal Young  <young@umiacs.umd.edu>
  44.