Hi, anybody has a link to a usable gnu libc++ documentation? I only find dox for gnu C, and on the gcc website there's only a FAQ-like thing.
I hate browsing the header files to find out the methods of a string or vector class.
rpeter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What do you know, I found a doxygen version on the MinGW Sourceforge site. Not my style, though. I would love to see something like www.cppreference.com in chm format.
rpeter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In theory, the c++ libraries are standardized so that you should be able to use any stl documentation you can get your hands on, including the one posted above.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, anybody has a link to a usable gnu libc++ documentation? I only find dox for gnu C, and on the gcc website there's only a FAQ-like thing.
I hate browsing the header files to find out the methods of a string or vector class.
rpeter
What do you know, I found a doxygen version on the MinGW Sourceforge site. Not my style, though. I would love to see something like www.cppreference.com in chm format.
rpeter
In theory, the c++ libraries are standardized so that you should be able to use any stl documentation you can get your hands on, including the one posted above.