Connecting Tech Pros Worldwide Help | Site Map

C++ standard Library

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 19th, 2005, 04:18 PM
mase
Guest
 
Posts: n/a
Default C++ standard Library


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?

Thanks In Advance

  #2  
Old July 19th, 2005, 04:18 PM
Rolf Magnus
Guest
 
Posts: n/a
Default Re: C++ standard Library

mase wrote:
[color=blue]
>
> 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.

  #3  
Old July 19th, 2005, 04:18 PM
Sam Holden
Guest
 
Posts: n/a
Default Re: C++ standard Library

On Tue, 12 Aug 2003 01:40:21 +0200, mase <mase900@hotpop.com> wrote:[color=blue]
>
> 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]

You can buy a pdf copy of the standard for US$18.

There are lots of books about the C++ library (sometimes focusing on a
particular section), a library may have some of them, a University library
(of a University with a science or engineering faculty) should have som of
them.

--
Sam Holden

  #4  
Old July 19th, 2005, 04:18 PM
mase
Guest
 
Posts: n/a
Default 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.









  #5  
Old July 19th, 2005, 04:21 PM
John L Fjellstad
Guest
 
Posts: n/a
Default Re: C++ standard Library

mase wrote:
[color=blue]
> 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.[/color]

Talk with the kdevelop people. They might know something, since they have a
help function in their IDE.

--
John L. Fjellstad
  #6  
Old July 19th, 2005, 04:33 PM
sharkky
Guest
 
Posts: n/a
Default Re: C++ standard Library

Wouldn't it be better if the STL files were actually parsed? That way, in
case it changed (not that it will, but future versions of STL could change
slightly), the parser would automatically update your auto-complete
functionality?

Just my .02

"mase" <mase900@hotpop.com> wrote in message
news:hotpop.com.2003.08.11.23.40.20.455089@hotpop. com...[color=blue]
>
> 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[/color]
the file?[color=blue]
>
> Thanks In Advance[/color]


 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.