Re: C and C++ Documentation

From: Mike Wahler (mkwahler_at_mkwahler.net)
Date: 04/05/04


Date: Mon, 05 Apr 2004 00:59:25 GMT


"Cerf" <dark_temp@hotmail.com> wrote in message
news:k_1cc.30345$RfJ.13465@twister01.bloor.is.net.cable.rogers.com...
> "Pete" <x@x.x> wrote in message
> news:VM0cc.15831$lt2.8979@newsread1.news.pas.earthlink.net...
> > Cerf wrote:
> > > Yo yo yo,
> > >
> > > I was wondering if there was a place where there was a complete C++
> > > documentation similar to www.msdn.com (vb documentation), or
> > > http://www.php.net/manual/en/ (php documentation)
> >
> > Not really (except for buying a copy of the standard), but "The C++
> > Programming Language" by Bjarne Stroustrup has served me well.
> >
> > - Pete
> >
> >
>
> Is there any free documentation of the vector class (or whatever vector is
> apart of)

vector is a (templated) type defined by the standard library.
If you have a C++ compiler, its documentation should describe
the standard library components.

Some vendors provide their documentation online, e.g.
Dinkumware www.dinkumware.com

-Mike



Relevant Pages

  • Re: Checked STL Implementation
    ... (Link to documentation is fine.) ... P.J. Plauger ... Dinkumware, Ltd. ... Prev by Date: ...
    (microsoft.public.vc.stl)
  • Diff b/w vector class and arraylist.
    ... Can any one please tell me what is the main diffrence b/w vector class ... and arraylist class. ... As for as I have gone through the documentation, ...
    (comp.lang.java.programmer)