The Awesome C++ feed

The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
Promo
Today

ZLib

A massively spiffy yet delicately unobtrusive compression library.
Featured Library // Category Compression

Yesterday

mbedTLS

An open source, portable, easy to use, readable and flexible TLS library, and reference implementation of the PSA Cryptography API. Releases are on a varying cadence, typically around 3 - 6 months between releases.
Featured Library // Category Cryptography

C++20: Displaying and Checking Calendar Dates

I created calendar dates in my last post, “C++20: Creating Calendar Dates,” and I will display and check them today.
Article Added by: gansm // www.modernescpp.com

Last 7 Days

Wt

Wt, C++ Web Toolkit
Featured Library // Category Web Application Framework

libvpx

Mirror only. Please do not send pull requests.
Featured Library // Category Video

RESTinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Featured Library // Category Networking

Explaining Llm.c in Layman Terms

Article Popular Story // nitter.poast.org

Awesome C++ Weekly » 408

Top Stories
  • PS1 Programming Course with MIPS Assembly and C
  • C but Safe
  • C++20 Modules and Boost: An Analysis

Fixing a Bug with C++'s >>= Operator

Article Popular Story // astrid.tech

JUCE

JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, LV2 and AAX audio plug-ins.
Featured Library // Category Frameworks

World's Smallest CSV Parser (C#)

Library Popular Story // github.com

OpenBLAS

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
Featured Library // Category Math

PS1 Programming Course with MIPS Assembly and C

Article Popular Story // pikuma.com

Last 30 Days

CGal

The public CGAL repository, see the README below
Featured Library // Category Math

Show HN: Neco – Coroutine Library for C

Library Popular Story // github.com

Llm.c – LLM training in simple, pure C/CUDA

Library Popular Story // github.com

C++20: Creating Calendar Dates

In this post, I will dive deeper into calendar dates and create them.
Article Added by: gansm // www.modernescpp.com

How not to check array size in C++

Article Popular Story // pvs-studio.com

ArduinoJson

📟 JSON library for Arduino and embedded C++. Simple and efficient.
Featured Library // Category JSON

ClangQL: A tool to run SQL-like query on C/C++ Code

Library Popular Story // github.com

Panda3D

Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Featured Library // Category Game Engine

C++20 Modules and Boost: An Analysis

Article Popular Story // anarthal.github.io

magnum

Lightweight and modular C++11 graphics middleware for games and data visualization
Featured Library // Category Graphics

C++20 Modules, CMake, and Shared Libraries

Article Popular Story // crascit.com

KlayGE

KlayGE is a cross-platform open source game engine with plugin-based architecture.
Featured Library // Category Game Engine

2024 Annual C++ Developer Survey "Lite" : Standard C++

Article Popular Story // isocpp.org

C but Safe

Article Popular Story // xr0.dev

Awesome C++ Weekly » 407

Top Stories
  • How can I tell C++ that I want to discard a nodiscard value? - The Old New Thing
  • Finding memory leaks in Postgres C code
  • Xr0 Makes C Safer than Rust