cppreference.com > FAQ
Frequently Asked QuestionsCan I get a copy of this site?We do provide a downloadable archived version of cppreference.com. If you're interested in getting archived versions of websites in general, you might want to check out utilities like GNU's wget (Windows version here). In addition, James Heany has compiled a PDF version of the site (as of October 2007) that is available for download. There is a C++ Reference PDF and a STL Reference PDF available for download. Can I [mirror/translate/put up my own version of/etc.] this site?Sure, that would be great! All that we would ask is that you include a link back to this site so that people know where to get the most up-to-date content.Who is this site meant for?There are no "Introduction to Programming" tutorials here. This site is meant to be used by more-or-less experienced C++ programmers, who have a good idea of what they want to do and simply need to look up the syntax. If you're interested in learning C/C++, try one of these sites:Does this site contain a complete and definitive list of everything I can do with C/C++?Few things in life are absolute. Many C/C++ compilers have added or missing functionality. If you don't find what you are looking for here, don't assume that it doesn't exist. Do a search on Google for it.Some of the examples on this site don't work on my system. What's going on?Most of the code on this site was compiled under Linux (Red Hat, Debian, or Ubuntu) with the GNU Compiler Collection. Since this site is merely a reference for the Standard C and C++ specification, not every compiler will support every function listed here. For example,
You've got an error in this site.If you find any errors in this reference, please feel free to contact us -- feedback and code examples are always welcome.What's up with this site?Think of it as a community service, for geeks. |