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

  1. Path: sparky!uunet!caen!uflorida!sinkhole.unf.edu!shite
  2. From: shite@sinkhole.unf.edu (Stephen Hite)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: simple C++ X-windows lib? (help me not reinvent the wheel)
  5. Message-ID: <1992Aug29.133347.21054@sinkhole.unf.edu>
  6. Date: 29 Aug 92 13:33:47 GMT
  7. References: <YOUNG.92Aug17185056@cruiser.umd.edu>
  8. Organization: University of North Florida, Jacksonville
  9. Lines: 18
  10.  
  11. In article <YOUNG.92Aug17185056@cruiser.umd.edu> young@umd.edu (Neal Young) writes:
  12. >
  13. >I want to write some very simple X-windows C++ code:
  14. >a few buttons, some interactive graphics (draw
  15. >circles, bitmaps, text, get mouseclicks).
  16. >
  17. >I'm new to C++ and X-windows.
  18. >If you've been through this already,
  19. >maybe I can learn from your experience.
  20. >
  21.  
  22.    If you want a challenge but don't want to revent the wheel, I suggest
  23. you get the XV package and convert his user interface tools to C++
  24. classes.  All of the routines are written in C using Xlib.  I'd do it
  25. myself but I don't care for XV's licensing statement.
  26.  
  27. Steve Hite
  28. shite@sinkhole.unf.edu
  29.