[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What's your tools for C++ dev?



hce <webmail.hce@gmail.com> writes:

> On 1/9/08, Deng Xiyue <manphiz@gmail.com> wrote:
>> hce <webmail.hce@gmail.com> writes:
>>
>> > On 1/9/08, Felix Cuello <cuellof@gmail.com> wrote:
>> >> Hello Michael,
>> >>
>> >> First of all you have to install:
>> >>
>> >> manpages-dev - Manual pages about using GNU/Linux for development
>> >> manpages-posix-dev - Manual pages about using a POSIX system for development
>> >> stl-manual - C++-STL documentation in HTML
>> >> libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files)
>> >
>> > Is there a package for man C++?
>> >
>>
>> libstdc++6-<gcc version>-doc has manpages for C++. Try `man std::string'.
>>
>> Meanwhile I wonder why {gcc,cpp,libstdc++6}-doc still provides docs
>> for older gcc version? Currently {gcc,cpp}-doc are for 4.1 version,
>> and libstdc++6-doc is for 3.4.6 version. It'll be good for them to
>> depend on the docs of latest gcc-defaults version.
>
> Is the package libstdc++6-doc  for man std::string?
>
> I've also installed package stl-manual, but how can I access that
> package? Any man works for that package?
>

You can find that out by `dpkg -L libstdc++6-doc' and `dpkg -L stl-manual' 
commands. The stl-manual ships the SGI STL Manual in html form, which
are installed under /usr/share/doc/stl-manual and you can view it
using any www-browser.

> Thank you.
>
> Jim


Reply to: