Back into C++ in 2021: First Week

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • std::async, (Example:) god it feels good to do multithreading in C++, and it is as easy as any other modern language.

  • SFML

    Simple and Fast Multimedia Library

  • Apart from that every other "game dev" tutorial seems to be involving SFML example page, hardcoding linker instructions, copy pasting libs into folders and a copy pasted code from this book.

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

    collection of my personal hygen templates

  • I looked around and could not find any simple to use code generation tool that would amend CMakeLists automatically, so I made my own using hygen.

  • Vcpkg

    C++ Library Manager for Windows, Linux, and MacOS

  • VCPKG is the package manager that Microsoft is working on, and they have some cool tools in the pipeline, like a manifest file, like what packages.json does for node/javascript. At the moment though they suggest to use gitsubmodules like so.

  • Google Test

    GoogleTest - Google Testing and Mocking Framework

  • Unit tests are weird It seems also really weird that the unit test lib, how to add them, how to work with them is not too well documented for newbies. I tried GTest and Catch2, but so far I have spent most of the time configuring the tools rather than actually writing tests, which is annoying.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • PythonMorsel Alternative for C++ | How to write proper C++

    4 projects | /r/cpp | 28 Jan 2022
  • Ask HN: How to create a simple 2D game in C?

    1 project | news.ycombinator.com | 27 Jan 2024
  • rewriting a java project to C++, a bit lost on something.

    1 project | /r/cpp_questions | 11 Dec 2023
  • Ajutor in privinta incercarii a face un joc

    2 projects | /r/programare | 8 Dec 2023
  • GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS

    1 project | /r/u_Swizzle_Sir_Flickka | 6 Dec 2023