Are C/C++ developers allowed to import libraries to make coding easier or are they expected to build every functions and methods from scratch (without importing anything like String.h)?

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

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
  • PEGTL

    Parsing Expression Grammar Template Library

  • Sure - libraries that are expected to be entirely self-contained. The one that comes to mind is PEGTL, a parser combinator library that is intended to be embedded inside a larger program. Making it import more dependencies would break this philosophy. Similarly, in the Rust world, there are a variety of "no-std" crates that should be able to be imported even if the standard library is not available on the target platform.

  • 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

  • Use PEGTL to remove my clunky homemade parser

    2 projects | dev.to | 30 Jan 2023
  • TIL: Visual Studio has quantum state values 🤨

    1 project | /r/cpp | 17 Mar 2022
  • We Built a C++ Rendering Engine for the Web

    2 projects | news.ycombinator.com | 10 Jul 2021
  • Rust's Most Unrecognized Contributor

    1 project | /r/rust | 2 May 2021
  • Wondered if anyone is interested in a c++ parser combinators library?

    1 project | /r/cpp | 13 Apr 2021