Re: C and C++ Documentation
From: Mike Wahler (mkwahler_at_mkwahler.net)
Date: 04/05/04
- Next message: Cerf: "A basic error with cout"
- Previous message: Cerf: "Re: C and C++ Documentation"
- In reply to: Cerf: "Re: C and C++ Documentation"
- Next in thread: jeffc: "Re: C and C++ Documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Cerf: "A basic error with cout"
- Previous message: Cerf: "Re: C and C++ Documentation"
- In reply to: Cerf: "Re: C and C++ Documentation"
- Next in thread: jeffc: "Re: C and C++ Documentation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|