M mongrol macrumors regular Original poster Nov 17, 2009 #1 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.
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.
A autorelease macrumors regular Nov 17, 2009 #2 The best thing to do is probably just use curl/wget to pull down all of the GNU libstdc++ documentation.
The best thing to do is probably just use curl/wget to pull down all of the GNU libstdc++ documentation.
L lloyddean macrumors 65816 Nov 17, 2009 #3 I find myself drawn to this one which while not an Xcode docset can be downloaded for offline reading here.
I find myself drawn to this one which while not an Xcode docset can be downloaded for offline reading here.
M mongrol macrumors regular Original poster Nov 18, 2009 #4 Thanks Lloyd, I didn't realise that site had a download version. Grabbing now.