Is cpp your most important language? Have you learned other language that is more important to you now?

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

    Cross-platform network communication software (by NSTerminal)

  • I'm currently using C++ for a network communication app. The language's predecessor, C, has had a long, distinguished history in computer programming, and thus it has many APIs written for it. In networking, for example, you have POSIX sockets and Winsock. C++, being a superset of C, allows you to directly call these APIs in your code (and there have been C++-exclusive network implementations as well, such as Boost.Asio and the upcoming C++23 Net TS). This gives you a lot of flexibility over what you want to do, as well as how you want to do it. Other high-level languages, such as Python and Java, may also have similar capabilities, but they're basically just using C/C++ internally. Occasionally, those language bindings might not even be enough - Java, for instance, doesn't have a remotely good Bluetooth implementation (while you can use Winsock/BlueZ in C/C++).

  • 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

  • Ask HN: Can we please get dark mode?

    1 project | news.ycombinator.com | 13 May 2024
  • A multi-level tensor algebra superoptimizer

    1 project | news.ycombinator.com | 13 May 2024
  • signalbackup-tools: a Tool to work with Signal Backup files

    1 project | news.ycombinator.com | 13 May 2024
  • Dijkstra on real map data with raylib

    1 project | news.ycombinator.com | 13 May 2024
  • The Advantages of Bun: When to Choose it Over Node.js 🔥

    1 project | dev.to | 13 May 2024