home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15816 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  53 lines

  1. Newsgroups: comp.lang.c++
  2. Path: netcom.com!marnold
  3. From: marnold@netcom.com (Matt Arnold)
  4. Subject: Re: string class in STL?
  5. Message-ID: <marnoldDpHnIE.GD4@netcom.com>
  6. Organization: NETCOM On-line Communication Services (408 261-4700 guest)
  7. References: <4k53js$i4o@cloner2.ix.netcom.com> <marnoldDpFo2B.9t3@netcom.com> <smithDpHKuo.E2y@netcom.com>
  8. Date: Sun, 7 Apr 1996 10:51:50 GMT
  9. Sender: marnold@netcom22.netcom.com
  10.  
  11. smith@netcom.com ( David Smith at Cal Poly San Luis Obispo) writes:
  12.  
  13. >Matt Arnold (marnold@netcom.com) wrote:
  14. >: VanCLy@ix.netcom.com  (Van Chinh Ly) writes:
  15.  
  16. >: >Is there a 'string' class in the STL?
  17.  
  18. >: Nope.
  19.  
  20. >: >I was enrolled in an STL course, couldn't make it,
  21. >: >got the course materials afterwards, read it, followed
  22. >: >the examples on one of the slides:
  23.  
  24. >: >#include "map.h"
  25. >: >#include "bstring.h"
  26. >: [snip]
  27. >: >First of all, "bstring.h" is not one of my STL *.h files.  Secondly,
  28. >: >I performed a "grep" command through all the header files but couldn't
  29. >: >find any "string" class.
  30.  
  31. >: It's not part of STL.  I've never heard of "bstring.h" before.  It must
  32. >: have been something that was special to the course you missed.
  33.  
  34. >bstring.h is from Berkely (BDS) Unix.
  35.  
  36. That's probably just something else that happens to have the same 
  37. name.  This BDS header file contains a C++ string class?
  38.  
  39. The bstring.h the original poster is referring to is a particular
  40. implementation of a string class compliant with the pending C++ 
  41. standard.  Apparently, it was included as part of some course on 
  42. STL the original poster was taking which also included other aspects 
  43. of standard C++ (the string class).
  44.  
  45. Regards,
  46. -------------------------------------------------------------------------
  47. Matt Arnold                       |        | ||| | |||| |  | | || ||
  48. marnold@netcom.com                |        | ||| | |||| |  | | || ||
  49. Boston, MA                        |      0 | ||| | |||| |  | | || ||
  50. 617.389.7384 (h) 617.576.2760 (w) |        | ||| | |||| |  | | || ||
  51. C++, MIDI, Win32/95 developer     |        | ||| 4 3 1   0 8 3 || ||
  52. -------------------------------------------------------------------------
  53.