home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 6997 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.3 KB

  1. Path: sparky!uunet!torolab6.VNET.IBM.COM
  2. From: lansche@torolab6.VNET.IBM.COM (Martin Lansche)
  3. Message-ID: <19921214.065050.16@almaden.ibm.com>
  4. Date: Mon, 14 Dec 92 09:40:44 EST
  5. Newsgroups: comp.os.os2.programmer
  6. Subject: Re: AT&T enhancements for the DAP CD-ROM disk for $10. Worth it?
  7. Disclaimer: This posting represents the poster's views, not those of IBM
  8. News-Software: UReply 3.0
  9. References: <Bz7L6w.3r8@cs.uiuc.edu>
  10. Lines: 34
  11.  
  12. In <Bz7L6w.3r8@cs.uiuc.edu> Anil Joshi writes:
  13. >I called the 1-800-3-ibm-os2 the other day to order the DAP CD-ROM. The person
  14. >at the other end asked whether I would like to order the AT&T enhancements
  15. >floppy too for an extra $10. Does somebody know what it contains? Any help
  16. >would be greatly appreciated.
  17.  
  18. Anil,
  19.   It contains the AT&T (actually USL or Unix Systems Laboratories) class
  20. libraries which are shipped with the USL C++ Language System 3.0 (aka
  21. Cfront 3.0).  The libraries are (1) Iostreams
  22.                                 (2) Complex Numbers
  23.                                 (3) Tasks
  24. If you are porting C++ applications from a Unix system, then (1) and (3)
  25. may be of interest to you.  (1) is a type-safe replacement to the ANSI-C
  26. printf, scanf, etc. family of functions, and it illustrates (both good
  27. and bad) the effects of multiple inheritance. (2) is useful for Sci/Math
  28. programmers only, and the class library is a "text-book" example of
  29. what can be done with OOP.  (3) is great on Unix systems, since Unix does
  30. not have threads, just processes.  On OS/2, (3) is less useful than
  31. using BeginThread/CreateThread etc. (3) is definitely for Unix porters.
  32.   If you are doing stdio-type of programming, then (1) is also useful.
  33. If you are doing PM programming, it is not.
  34.  
  35. Cheers,
  36. Martin Lansche   IBM Canada Lab, Toronto Canada
  37.   ________________________________________________________________________
  38.    Ilu Iluvatar en kare eldain a firimoin ar antarota mannar valion :
  39.    numessier.  Toi aina, mana, meldielto -- enga morion : talantie.
  40.    ----------------------------------------------------------------------
  41.    The father made the world for elves and mortals and he gave it into
  42.    the hands of the Lords in the West.  They are blessed, holy and loved,
  43.    except the black one.  He has fallen.  (J.R.R. Tolkien).
  44.   ________________________________________________________________________
  45.  
  46.