The Awesome C++ feed

What every programmer should know about processors.
Promo kevinfocke.com
Today

DART

C++20 physics engine for robotics and animation with collision, constraints, and Python bindings
Featured Library // Category Robotics

Announcing Meeting C++ 2026!

Article Popular Story // meetingcpp.com

Yesterday

FLTK

FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
Featured Library // Category GUI

Last 7 Days

Optimizing a Lock-Free Ring Buffer

Article Popular Story // david.alvarezrosa.com

libssh2

the SSH library
Featured Library // Category Miscellaneous

Qt 6.11 released

Update Popular Story // www.qt.io

Slug algorithm patent released into the public domain

Article Popular Story // terathon.com

BDE

Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.
Featured Library // Category Frameworks

TileDB

The Universal Storage Engine
Featured Library // Category Database

CImg

The CImg Library is a small and open-source C++ toolkit for image processing
Featured Library // Category Image Processing

Common Package Specification is Out the Gate

Article Popular Story // www.kitware.com

Let's dig into some vibe code

Let's scrutinize some vibe code that promises to change the world or whatever. We'll review and analyze this code using static analysis.
Article Added by: Cody_Unicorn // pvs-studio.com

AvCpp

C++ wrapper for FFmpeg
Featured Library // Category Multimedia

Awesome C++ Weekly » 509

Top Stories
  • C++23 std::expected vs C++17 std::optional for Error Handling
  • Forward declaring a type in C++: The good, and the bad
  • Even Faster asin() Was Staring Right At Me

Last 30 Days

Website

VSQLite++ Library - BSD-3 Licensed
Featured Library // Category Database

SWIG

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
Featured Library // Category Scripting

SOCI

Official repository of the SOCI - The C++ Database Access Library
Featured Library // Category Database

C++23 std::expected vs C++17 std::optional for Error Handling

Article Popular Story // techfortalk.co.uk

Circular Distance

Article Popular Story // biowpn.github.io

Even Faster asin() Was Staring Right At Me

Article Popular Story // 16bpp.net

Is OpenBSD... exotic? Community member's perspective

The internet is buzzing about GNU/Linux. People talk about the BSD family of operating systems less often than about this one. Are they more complex? Are they more boring? We'll get to the bottom of these questions with one of the most active members in the OpenBSD community!
Article Added by: Cody_Unicorn // pvs-studio.com

MongoDB C Driver

The Official MongoDB driver for C language
Featured Library // Category Database

Kratos Multiphysics

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
Featured Library // Category Scientific Computing

How I made a http server library for C++

Library Popular Story // github.com

xmake-repo

📦 An official xmake package repository
Featured Library // Category Game Engine