Tool to manage include files

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • include-what-you-use

    A tool for use with clang to analyze #includes in C and C++ source files

  • Not sure if this is exactly hwta you're asking for, but there's include-what-you-use which scans your header and source files and tells you where you're accidentally depending on a "transitive include"

  • vim-clang-format

    Vim plugin for clang-format, a formatter for C, C++, Obj-C, Java, JavaScript, and so on.

  • You can also give clang format a list of regular expressions to sort the includes in a particular order if that's what you need https://clang.llvm.org/docs/ClangFormatStyleOptions.html#includecategories

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • How to write algorithm for this program

    1 project | /r/C_Programming | 21 Jun 2023
  • Your top 5 coding standard rules (for C/C++)

    2 projects | /r/embedded | 14 Jun 2023
  • Is there a tool which automatically formats your code in this way?

    1 project | /r/C_Programming | 26 May 2023
  • No warnings for unused variables C++

    1 project | /r/vscode | 26 Jan 2023
  • Who needs indents when you can use comments instead?

    1 project | /r/badcode | 23 Jan 2023