C++ LibHunt Info
![]() |
ONLYOFFICE Docs — document collaboration in your environment
sponsored
www.onlyoffice.com
|
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
![]() |
TestGPT | Generating meaningful tests for busy devs
sponsored
codium.ai
|
MORE - Discover
trending C++ projects by mentions on social networks.
The Awesome C++ feed
Write Clean C++ Code. Always.
Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
Promo
www.sonarsource.com
TreeFrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Featured Library
// Category Web Application Framework
Yesterday
Last 7 Days
Themis by Cossack Labs
Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
Featured Library
// Category Encryption
What’s the right hash table API?
Article
Popular Story
// brevzin.github.io
Awesome C++ Weekly » 362
Top Stories
- Using enum classes as bitmasks
- [Using std::cpp] More than a rehash - Joaquín M López Muñoz
- ISO C++ WG21 2023-05 Mailing
Follow us on Twitter @CppLibHunt
ISO C++ WG21 2023-05 Mailing
Article
Popular Story
// isocpp.org
Speeding up the insertion of a sorted (or mostly-sorted) key list into a std::map or other ordered associative container - The Old New Thing
Article
Popular Story
// devblogs.microsoft.com
Using enum classes as bitmasks
Article
Popular Story
// voithos.io
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
Refactoring with C++17 std::optional
Article
Popular Story
// www.cppstories.com
[Using std::cpp] What is Low Latency C++ Timur Doumler
Article
Popular Story
// www.youtube.com
[Using std::cpp] More than a rehash - Joaquín M López Muñoz
Article
Popular Story
// youtu.be
Dealing with Mutation: Thread-Safe Interface
I continue my journey with concurrency patterns in today's post, dealing with mutation. The Thread-Safe Interface fits very well when the critical sections are just objects.
Article
Added by: gansm
// www.modernescpp.com
Last 30 Days
[CppSerbia Meetup] C++ Customisation Points
Article
Popular Story
// youtu.be
Awesome C++ Weekly » 361
Top Stories
- C++20 Support Comes To C++/CLI
- [Using std::cpp] The C++ rvalue lifetime disaster - Arno Schödl. think cell
- Building a baseline JIT for Lua automatically
Follow us on Twitter @CppLibHunt
ITK
Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
Featured Library
// Category Image Processing
Live++ (a generic C++ hot-reload tool) running on Xbox Series X
Article
Popular Story
// youtu.be
C++20 Support Comes To C++/CLI
Article
Popular Story
// devblogs.microsoft.com
Building a baseline JIT for Lua automatically
Article
Popular Story
// sillycross.github.io
[Using std::cpp] The C++ rvalue lifetime disaster - Arno Schödl. think cell
Article
Popular Story
// www.youtube.com
CrowCpp
A Fast and Easy to use microframework for the web.
Featured Library
// Category Web Application Framework
Dealing with Mutation: Locking
Locking is a classical way to protect a shared, mutable state. Today, I will present the two variants, Scoped Locking and Strategized Locking.
Article
Added by: gansm
// www.modernescpp.com