Re: C++ api ?
From: Peter van Merkerk (merkerk_at_deadspam.com)
Date: 06/22/04
- Next message: josh: "Re: confued at using reference"
- Previous message: Alex Vinokur: "Re: Is std::cout slower than std::printf"
- In reply to: mark: "C++ api ?"
- Next in thread: fabio de francesco: "Re: C++ api ?"
- Reply: fabio de francesco: "Re: C++ api ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 22 Jun 2004 09:46:50 +0200
mark wrote:
> How does one find the functions provided by C++ api ?
There is no C++ API, there is a standard library if that is what you mean.
> The java api is so well laid out and a beginner can browse through the
> classes, their members and methods available.
>
> How do you folks do in C++ ? case in point,.. how does one convert an
> input string to int (use funtion atoi or istringsteam object).
> Well also one has to include the appropriate header file as well !!
>
> Is there a standard documentation where one can browse or refer for
> such information ?
I usually use the documentation that comes with the compiler. In most
cases it is browsable and does tell you what header files to
include...etc. However that kind of information is often only useful as
reference, i.e. if you already know which function or class you need. If
you don't know that a good C++ book is handy to have.
-- Peter van Merkerk peter.van.merkerk(at)dse.nl
- Next message: josh: "Re: confued at using reference"
- Previous message: Alex Vinokur: "Re: Is std::cout slower than std::printf"
- In reply to: mark: "C++ api ?"
- Next in thread: fabio de francesco: "Re: C++ api ?"
- Reply: fabio de francesco: "Re: C++ api ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|