| re: C++ standard Library
On Tue, 12 Aug 2003 01:59:57 +0200, Rolf Magnus wrote:
[color=blue]
> mase wrote:
>
>[color=green]
>> Hello
>>
>> I am making an C++ IDE for Linux. (free License, GPL)
>>
>> For autocompletion and contextual help I need a complete reference of
>> the C++ standard library. Its 51 headers (C and STL included) and all
>> its functions (and if possible an example of each one).
>>
>> Does it exists such documentation freely available? Where can I
>> download the file?[/color]
>
> In your case, you might be better off getting the standard itself. The
> pdf version is not so expensive ($18 I think), and of course it contains
> a complete description of the standard library.[/color]
But I am not sure I can freely distribute this file with my
application. (Otherwise somebody would had put it already to download
free at some Web)
Which I am looking for is a documentation to include with my application,
to make indexations and to jump to this documentation in the contextual
help, and to present function prototipes in the autocompletion feature. |