PDA

View Full Version : C++ docsets for xcode




mongrol
Nov 17, 2009, 05:20 PM
Hi folks,
Is there any way to get decent C++ and STL documentation into XCode for offline reading? I know there are manpages for some things but it's not enough when sitting in a blackout and can't get online to reference rarely used functions.



autorelease
Nov 17, 2009, 06:12 PM
The best thing to do is probably just use curl/wget to pull down all of the GNU libstdc++ documentation. (http://gcc.gnu.org/onlinedocs/libstdc++/index.htm)

lloyddean
Nov 17, 2009, 09:09 PM
I find myself drawn to this (http://www.cppreference.com/wiki/) one which while not an Xcode docset can be downloaded for offline reading here (http://www.cppreference.com/wiki/_media/about/cppreferencecom_feb09.zip).

mongrol
Nov 18, 2009, 05:43 PM
Thanks Lloyd, I didn't realise that site had a download version. Grabbing now.