Topic: C++ standard library


Author: Philip Brabbin <pabrabbin@hotmail.com>
Date: 1999/06/07
Raw View
In article <7j11rc$1fi$1@panix.com>,
  comeau@comeaucomputing.com wrote:
> I must be missing something.  What's wrong with Jack's suggestion
> to obtain Standard C++ from the ANSI site?  Also, what's wrong with
> buying some up to date C++ texts?
>
> - Greg

I bought a copy of the Standard from the ANSI site but rarely use it -
it's great as a definitive reference but hopeless for general reading!
Quite frankly, if you're just interesting if finding out what's in the
Standard C++ Library, buying a good book is a much better idea.  As for
which, you can't go far wrong with "The C++ Programming Language" 3rd
edition by Stroustrup.  It's very comprehensive and not too pricey.

- Phil Brabbin


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]





Author: comeau@panix.com (Greg Comeau)
Date: 1999/06/07
Raw View
In article <7j8fp3$b5e$1@nnrp1.deja.com> Philip Brabbin <pabrabbin@hotmail.com> writes:
>In article <7j11rc$1fi$1@panix.com>,
>  comeau@comeaucomputing.com wrote:
>> I must be missing something.  What's wrong with Jack's suggestion
>> to obtain Standard C++ from the ANSI site?  Also, what's wrong with
>> buying some up to date C++ texts?
>>
>> - Greg
>
>I bought a copy of the Standard from the ANSI site but rarely use it -
>it's great as a definitive reference but hopeless for general reading!

I wasn't suggesting it for general reading.

Indeed, the standard isn't easy to read in places.  Too, it's definitely
strictly a reference and not a tutorial.  Still though, I think many folks
don't give it a proper chance.  It can be gotten used to by folks for
those sticky issues.  I'm also a firm believer that anybody using just
one source of information, yes even a standard, is probably limiting
their options.

>Quite frankly, if you're just interesting if finding out what's in the
>Standard C++ Library, buying a good book is a much better idea.

Yes, as my post shows, I suggested this.

>As for
>which, you can't go far wrong with "The C++ Programming Language" 3rd
>edition by Stroustrup.  It's very comprehensive and not too pricey.

Yep, I recommend it on the "literature suggestions" page of my web site
(which is begging for an upgrade).

- Greg
--
       Comeau Computing, 91-34 120th Street, Richmond Hill, NY, 11418-3214
     Producers of Comeau C/C++ 4.2.38 -- New Release!  We now do Windows too.
    Email: comeau@comeaucomputing.com / Voice:718-945-0009 / Fax:718-441-2310
                *** WEB: http://www.comeaucomputing.com ***


[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: "Jaker" <a1974520@ms19.hinet.net>
Date: 1999/05/31
Raw View
hello you can find the standard C++library write by P.J.PLAUGER
or you can find in Microsoft Visual C++ Runtime Library Reference
but both of them is very expensive
some time we can talk to eachother about the C++


Jaker from Taiwan
Jack Klein <jackklein@att.net> wrote in message
news:375da627.534726080@netnews.worldnet.att.net...
> On 21 May 1999 21:27:06 GMT, ygillard@yahoo.com wrote in comp.std.c++:
>
> > I would like to know where I could find information about the the C++
> > standard library. I would like to write portable C++ code and can't
> > figure which library (header file) are part of the standard and which
> > are not part (i.e. part of the compiler, part of the OS).
> >
> > Could someone give me some information about that.
> > Furthermore is the C standard library part of the C++ standard library
> > and where can I find the header file that are part of the C standard
> > library.
> >
>
> You can purchase and download the complete ANSI/ISO/IEC C++ language
> standard in Adobe PDF format for $18.00 US at http://www.ansi.org.  It
> completely defines the standard library functions and headers.
>

[ moderator's note: excessive quoting deleted. -sdc ]


[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: comeau@panix.com (Greg Comeau)
Date: 1999/06/02
Raw View
In article <7itvrm$na4@netnews.hinet.net> "Jaker" <a1974520@ms19.hinet.net> writes:
>Jack Klein <jackklein@att.net> wrote in message
>> You can purchase and download the complete ANSI/ISO/IEC C++ language
>> standard in Adobe PDF format for $18.00 US at http://www.ansi.org.  It
>> completely defines the standard library functions and headers.
>
>you can find the standard C++library write by P.J.PLAUGER
>or you can find in Microsoft Visual C++ Runtime Library Reference
>but both of them is very expensive
>some time we can talk to eachother about the C++

I must be missing something.  What's wrong with Jack's suggestion
to obtain Standard C++ from the ANSI site?  Also, what's wrong with
buying some up to date C++ texts?

- Greg
--
       Comeau Computing, 91-34 120th Street, Richmond Hill, NY, 11418-3214
     Producers of Comeau C/C++ 4.2.38 -- New Release!  We now do Windows too.
    Email: comeau@comeaucomputing.com / Voice:718-945-0009 / Fax:718-441-2310
                *** WEB: http://www.comeaucomputing.com ***
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]





Author: jackklein@att.net (Jack Klein)
Date: 1999/05/23
Raw View
On 21 May 1999 21:27:06 GMT, ygillard@yahoo.com wrote in comp.std.c++:

>
> hello,
>
> I would like to know where I could find information about the the C++
> standard library. I would like to write portable C++ code and can't
> figure which library (header file) are part of the standard and which
> are not part (i.e. part of the compiler, part of the OS).
>
> Could someone give me some information about that.
> Furthermore is the C standard library part of the C++ standard library
> and where can I find the header file that are part of the C standard
> library.
>
> Thanks,
> Yves

<Jack>

You can purchase and download the complete ANSI/ISO/IEC C++ language
standard in Adobe PDF format for $18.00 US at http://www.ansi.org.  It
completely defines the standard library functions and headers.

</Jack>
--
Do not email me with questions about programming.
Post them to the appropriate newsgroup.
Followups to my posts are welcome.
---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]





Author: ygillard@yahoo.com
Date: 1999/05/21
Raw View
hello,

I would like to know where I could find information about the the C++
standard library. I would like to write portable C++ code and can't
figure which library (header file) are part of the standard and which
are not part (i.e. part of the compiler, part of the OS).

Could someone give me some information about that.
Furthermore is the C standard library part of the C++ standard library
and where can I find the header file that are part of the C standard
library.

Thanks,
Yves


--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---


[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://reality.sgi.com/austern_mti/std-c++/faq.html              ]






Author: djones@megatest.com (Dave Jones)
Date: Mon, 28 Jun 1993 21:23:00 GMT
Raw View
How does one obtain a copy of the proposed standard declarations
for library classes (particularly the String class)? How does one
make his suggestions known to the committee?

Thanks,

  Dave Jones
  djones@megatest.com




Author: bs@alice.att.com (Bjarne Stroustrup)
Date: 29 Jun 93 13:16:25 GMT
Raw View

djones@megatest.com (Dave Jones @ Megatest Corporation) writes

 > How does one obtain a copy of the proposed standard declarations
 > for library classes (particularly the String class)? How does one
 > make his suggestions known to the committee?

The only really good way is to be or know an ANSI/ISO rep. The library stuff
is quite wordy and do change.

The chair of the libraries working group is Mike Vilot (mjv@objects.MV.COM).

 - Bjarne