C++ LibHunt Info
All Categories
-
Artificial Intelligence
-
Asynchronous Event Loop
-
Audio
-
Biology
-
BitTorrent
-
CLI
-
Compression
-
Concurrency
-
Containers
-
Cryptography
-
CSV
-
Database
-
Data Structures
-
Debug
-
Frameworks
-
Game Engine
-
Graphics
-
GUI
-
Hooking
-
IDE
-
Image Processing
-
Internationalization
-
Inter-process communication
-
JSON
-
Logging
-
Machine Learning
-
Math
-
Miscellaneous
-
Multimedia
-
Networking
-
PDF
-
Physics
-
Queue
-
Reliability Engineering
-
Robotics
-
Scientific Computing
-
Scripting
-
Serialization
-
Standard Libraries
-
Testing
-
Text Processing
-
Video
-
Virtual Machines
-
Web Application Framework
-
XML
MORE - Discover
trending C++ projects by mentions on social networks.
The Awesome C++ feed
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io
What's C++ like in gamedev?
We invite you to read an article on how C++ is used in modern game development and why the industry is still not ready to move away from it. The author explores how C++ works at different levels of game engines and how performance requirements, legacy code, and platform constraints make an impact on the industry.
Article
Added by: Cody_Unicorn
// pvs-studio.com
KArchive
Qt addon providing access to numerous types of archives
Featured Library
// Category Compression
Yesterday
C++ Actor Framework
An Open Source Implementation of the Actor Model in C++
Featured Library
// Category Concurrency
LLVM: The bad parts
Article
Popular Story
// www.npopov.com
Last 7 Days
Making C++ Safe, Healthy, and Efficient - CppCon 2025
Article
Popular Story
// youtu.be
PcapPlusPlus
PcapPlusPlus is a multiplatform C++ library for capturing, parsing and crafting of network packets. It is designed to be efficient, powerful and easy to use. It provides C++ wrappers for the most popular packet processing engines such as libpcap, Npcap, WinPcap, DPDK, AF_XDP and PF_RING.
Featured Library
// Category Networking
Template Deduction: The Hidden Copies Killing Your Performance (Part 2 of my Deep Dives)
Article
Popular Story
// 0xghost.dev
Awesome C++ Weekly ยป 499
Top Stories
- When std::shared_mutex Outperforms std::mutex: A Google Benchmark Study on Scaling and Overhead
- C++20 Modules, 5 Years Later - NDC TechTown 2025
- Partial implementation of P2826 "Replacement functions"
Clang Hardening Cheat Sheet - Ten Years Later
Article
Popular Story
// blog.quarkslab.com
Last 30 Days
C++20 Modules, 5 Years Later - NDC TechTown 2025
Article
Popular Story
// www.youtube.com
HPX
The C++ Standard Library for Parallelism and Concurrency
Featured Library
// Category Concurrency
Who Owns the Memory? Part 3: How Big Is your Type?
Article
Popular Story
// lukefleed.xyz
Xmake v3.0.6 Released, Android Native Apps, Flang, AppImage/dmg Support
Update
Popular Story
// xmake.io
Who Owns the Memory? Part 2: Who Calls Free?
Article
Popular Story
// lukefleed.xyz
Partial implementation of P2826 "Replacement functions"
Article
Popular Story
// compiler-explorer.com
When std::shared_mutex Outperforms std::mutex: A Google Benchmark Study on Scaling and Overhead
Article
Popular Story
// techfortalk.co.uk
Who Owns the Memory? Part 1: What is an Object?
Article
Popular Story
// lukefleed.xyz
Bcrypt
Modern(-ish) password hashing for your software and your servers
Featured Library
// Category Cryptography
๐จ Beginner-Friendly Guide 'Number of Ways to Paint N 3 Grid' โ LeetCode 1411 (C++, Python, JavaScript)
Article
Popular Story
// dev.to
Swapping two blocks of memory that reside inside a larger block, in constant memory
Article
Popular Story
// devblogs.microsoft.com
CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
Featured Library
// Category Data Structures
๐ฏ Beginner-Friendly Guide 'N-Repeated Element in Size 2N Array' โ LeetCode 961 (C++ | Python | JavaScript)
Article
Popular Story
// dev.to
Awesome C++ Weekly ยป 498
Top Stories
- Software taketh away faster than hardware giveth: Why C++ programmers keep growing fast despite competition, safety, and AI
- Why std::span Should Be Used to Pass Buffers in C++20
- The production bug that made me care about undefined behavior
OpenImageIO
Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.
Featured Library
// Category Image Processing