cpp-lib
There are 36 repositories under cpp-lib topic.
zoelabbb/conio.h
This is a library conio.h for linux 🖥️. you can install manual library conio.h for linux step by step here.
intel/safe-arithmetic
Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects against overflow, underflow, divide by zero, and out-of-bounds index access. This provides both functional correctness as well as greater protection against related security threats.
joaomlneto/procmap
C++ wrapper around /proc/self/maps
DeveloperPaul123/Optimum
Accessible and modern implementations of common optimization algorithms.
ttarkowski/quile
C++ genetic algorithms scientific library
sabbakumov/rst
RST C++ Library
ZigRazor/CXXAutomata
A C++ library for simulating automata and Turing machines
hermanzdosilovic/petiteutf8
Petite C++17 UTF-8 library
mntone/AngelUmbrella
Mntone WinUI 3 Library
smalti/gmock-win32
The library implements gmock functionality for global win32 functions.
qzminsky/utf8cpp
Simple UTF-8-based string class with some modern improvements
ZigRazor/JackRussell
A C++ Publish/Subscriber Library
MPogotsky/xapi-cpp
A C++ library that provides a simple API for interacting with the xStation5 trading platform.
VogelPapaFinn/SmallConfigs
A small C++17 lib to handle simple config files.
gdifiore/libshotscope
libshotscope - golf ball trajectory calculation
SleepyMode/Snowflake
C++ Implementation of Twitter's Snowflake algorithm.
aryan-programmer/Universal-CPP
Universal C++ language extensions
chihebabiza/cpp-input-validation-library
A C++ library for validating and reading user input, including numbers and dates, with range checks and error handling.
chihebabiza/cpp-string-library
A C++ library designed for efficient string manipulation, including formatting, concatenation, searching, and validation. It provides error handling for invalid string inputs and supports various string operations using object-oriented principles.
chihebabiza/cpp-utility-library
A C++ library for simplifying common programming tasks, including generating random numbers, characters, and words, performing array operations, swapping values, and handling text encryption/decryption. It also supports text formatting, key generation, and efficient manipulation of data structures.
Chylynsky/rc_ptr
Reference counted smart pointer for single-threaded enviroments.
daviinacio/arduino-buffer
Buffer library to arduino
dc138/Pixel-old
Single file solution to 2d graphics with OpenGL
iconstudio/Modern-OpenGL-TryOut
OpenGL Framework on C++23
lhx077/BetterString
A high-performance, modern, and easy-to-use string processing library for C++and C
qzminsky/cpp-result
C++ Result monad implementation
qzminsky/tesc
TesC is a tiny C++17 library to decorate console output with ANSI codes-based ostream manipulators
RadWolfie/AppDirsCPP
AppDirsCPP, written in C++, is a port of AppDirs (python).
uranxo/chemistry-library
A simple to use c++ library focalized at chemisty
mitchbur/uteki
A c++ template library with elapsed timer and stopwatch timer classes that use the std::chrono library.
ybda/run_time
Simple header-only lib for measuring execution time
iconstudio/Colourful-Console
Get colourful texts on console with C++
makuke1234/Serializer
A crude C++17 & ↑-wards header-only library for data structure serialization.
Rrrinav/ut_lities
utilities: a collection of header only libraries for various uses
threadexio/nio
A small stream-oriented library to handle networking in C++