PDA

View Full Version : Offline C/C++ Reference?



James-
July 25th, 2009, 09:42 PM
I wanted to know where I can get an offline version of the c/c++ functions(that are usually available online) that describes the function and what it does

Joeb454
July 25th, 2009, 09:47 PM
manpages-dev is often quite good at having C documentation, though I'm not sure if that's what you're looking for. And I don't think it includes C++ info

scourge
July 25th, 2009, 09:57 PM
Standard C++ Library Reference: http://www.ucsc.canterbury.ac.nz/UCSC%20userdocs/ForUCSCWebsite/C/AIX/standlib.pdf

GNU C Library: http://www.gnu.org/software/libc/manual/index.html

James-
July 25th, 2009, 10:17 PM
Standard C++ Library Reference: http://www.ucsc.canterbury.ac.nz/UCSC%20userdocs/ForUCSCWebsite/C/AIX/standlib.pdf

GNU C Library: http://www.gnu.org/software/libc/manual/index.html

thanks this exactly what I wanted =) I knew GNU have the online version didn't know where to get the offline. Hard to remember all the headers/functions when you don't have access to the internet :P

Sockerdrickan
July 26th, 2009, 12:28 AM
http://www.cppreference.com/cppreference-files.tar.gz