| delorie.com/archives/browse.cgi | search |
| From: | eyal DOT ben-david AT aks DOT com |
| To: | charles AT pentek DOT com |
| cc: | djgpp AT delorie DOT com |
| Message-ID: | <4225653F.004B34B0.00@aks.com> |
| Date: | Wed, 29 Oct 1997 15:47:38 +0200 |
| Subject: | Re: Gxx string class? |
| Mime-Version: | 1.0 |
On 10/28/97 8:51:52 PM Charles Krug wrote: >Which of the string header files w/ djgpp most closely resembles >Stroustrup strings? > >On my system, I have _string.h and string > >-- >Charles Krug, Jr. > Stroustrup (3rd edition) speaks about the standard string class which is in <string>. _srting.h is part of libg++ (GNU C++ library) and it contains the GNU String class. Eyal.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |