C++ Library Reference
I'm looking for some sort of API for the C++ Library Reference. Does any one know of one that lists all (or most) of the funct开发者_运维百科ions' interface in the library.
Is there any UML or similar diagram exist for the standard C++ library?
I've used this one quite a bit in the past. It also has some diagrams.
For a complete reference, you've got a couple of choices. You can either purchase a copy of the current standard (or, you can download a draft of the upcoming standard). The alternative is to use your compilers documentation. MSDN is good, and GCC has doxygen comments.
For simple problems I tend to use SGI's reference.
go to google type libstdc++ api filetype:pdf
u ll get a pdf wid abt 4000 pages wid the complete reference
Take at look at : http://www.cppreference.com/wiki/
精彩评论