how can I view the documentation of C++ in the terminal?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • cppman

    C++ 98/11/14 manual pages for Linux/MacOS

  • see https://github.com/aitjcize/cppman its really great for viewing all of the documentation from cppreference in the terminal and you can easily install it using apt. But if you install it using apt you will probably have to run "cppman -r" first to rebuild the index database.

  • devdocs

    API Documentation Browser

  • FYI if you want offline docs for some reason, https://devdocs.io. is the place to go.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts