Getting information about classes, methods and variables in C++?

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

Our great sponsors
  • Sonar - Write Clean C++ Code. Always.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • cling

    The cling C++ interpreter

    cling(https://github.com/root-project/cling) a c++ interpreter may help, or you can use an IDE or https://en.cppreference.com/ (on duckduckgo you can search directly on it with the !cpp bang, or use firefox 'add a keyword for this search' feature which is really great)

  • cppreference-doc

    C++ standard library reference

    cling(https://github.com/root-project/cling) a c++ interpreter may help, or you can use an IDE or https://en.cppreference.com/ (on duckduckgo you can search directly on it with the !cpp bang, or use firefox 'add a keyword for this search' feature which is really great)

  • Sonar

    Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

  • OpenSceneGraph

    OpenSceneGraph git repository

  • magic_get

    std::tuple like methods for user defined types without any macro or boilerplate code

    It is possible with some hacks https://github.com/apolukhin/magic_get

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