An open documentation for the C/C++ programming languages and their standard libraries.
Tip
Currently CppDoc community members are working hard on migrating cppreference pages to CppDoc. You’re more than welcomed to join us if you want to help!
Clone the project to your local:
git clone https://github.com/cppdoc-cc/cppdoc.git
cd cppdocStart a development server:
npm i
npm run devCppDoc is an open documentation. Everyone is more than welcomed to contibute! Any kinds of contribution are greatly appreciated, including but not limited to bug reports, bug fixes, feature requests, translations, new pages, and new documentation features.
You can report a bug or request a new feature by opening a new GitHub issue.
If you have made some changes, you can open a new GitHub pull request.
The content of the documentation is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license and the GNU Free Documentation License. The underlying source code used to process, format, and display that content is licensed under the MIT license.