Re: C++ api ?

From: Peter van Merkerk (merkerk_at_deadspam.com)
Date: 06/22/04


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


Relevant Pages

  • Re: metadata operation failed (8013110E) : Database file is corrupt and may not be usable.
    ... This is an established project that has been compiling for several ... I can only add two more members to my ... tried adding an additional header file with no result. ... >slightly different metadata in two modules for the same type. ...
    (microsoft.public.dotnet.languages.csharp)
  • Events from the WebBrowser control
    ... The MSDN documentation for DWebBrowserEvents2 says that it derives ... when I look at the header file I ... see that DWebBrowserEvents2 derives directly from IDispatch and does not ... add any additional members. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: C++ api ?
    ... >> The java api is so well laid out and a beginner can browse through ... their members and methods available. ...
    (comp.lang.cpp)
  • Re: The use of a header file
    ... I want to varify the use of a header file. ... declarations of its members. ... The implementation file consists of the ...
    (alt.comp.lang.learn.c-cpp)
  • Re: Is CppUnit un-C++
    ... > Derrick Coetzee wrote: ... >> Typically, nothing in a header file contains local variables anyway, ... That is to say class type used as members of the class being ...
    (comp.lang.cpp)