cpp14-library
There are 36 repositories under cpp14-library topic.
jxy-s/stlkrn
C++ STL in the Windows Kernel with C++ Exception Support
aurora-opensource/au
A C++14-compatible physical units library with no dependencies and a single-file delivery option. Emphasis on safety, accessibility, performance, and developer experience.
zmij/afsm
C++14 Finite State Machine library
chokobole/node-binding
A header only library to bind c++ to nodejs using node-addon-api easily.
cnbatch/dynarray
A header-only library, VLA for C++ (≥C++14). Extended version of std::experimental::dynarray
tinyalsa/tinyalsa-cxx
A pure C++14 ALSA library with no dependencies.
Laguna1989/OpenALpp
Modern OOP C++14 audio library built on OpenAL for Windows, macOS, Linux and web (emscripten).
veeso/libBMpp
Windows Bitmap (BMP) library for modern C++
prodeveloper0/liteCV
liteCV is greater than OpenCV :)
chokobole/data_view
c++ version of js DataView
tbrekalo/et
C++14 header only result type implementation
ryans2014/MtLib
C++ thread pool library
chokobole/protobuf_bytes
Now don't worry about copy when using protobuf!
effective-Cplusplus/cpp_redis
redis_client
GouravSingh2580/Contests-archives
Codechef solutions in c++.
kalpak92/Udacity_Nanodegree_CPP
Udacity Nanodegree C++ Program
patmjen/surfseg
Volumetric segmentation using explicit surfaces
patztablook22/nanuk
Basic Deep Learning library written in C++
SanaeProject/Matrix-for-Cpp
This repository has types that handle matrices.
Sharkbyteprojects/SharkStringConverter
Convert a std::string to a char* or char* to std::string
TheFloatingBrain/CallItLater
CallItLater is an early attempt to meet certain requirements of folding a function call and its arguments, functions folded from this are callable from pthread;s and std::thread's
TheFloatingBrain/ThreadIt
Designed as a cross platform drop in easy to use threading library, mainly an abstraction layer over std::thread and pthread, with attention to the specific requirements of platforms like Google Native Client/UCC.
BezarHere/Bite
Small, convenient tools library in c++14
dawidpilarski/Cpp11_to_Cpp14
Presentation about features included in C++14
rejchev/walshf32
Walsh complete orthogonal set of functions based on Rademacher function set
Srikrishna31/pipe
A generic producer consumer framework, that can be used in any application
Srikrishna31/timer
A simple utility framework providing time based callbacks
tbxfreeware/rand_replacement
Random Numbers in C++: Feature-rich replacements for `rand()` and `srand(seed)`
tbxfreeware/seed_randomly
Seed a C++ random number engine with random seeds from std:random_device. Works with any engine that can be seeded with a seed sequence, including those in the C++ Standard Library.
Xeverous/nukleus
C++ wrapper library for Nuklear IMGUI library. Supports and follows all Nuklear's defines.
xorz57/AVLTree
AVL Tree written in C++14
cflaviu/xpar
Fast and minimalist event based XML parser
luk036/ginger-cpp
🫚 Polynomial root-finding algorithms (parallelizable) in C++
Priya96-sketch/Cpp-Practice-Programs
So go and hustle.
xorz57/SplayTree
Splay Tree written in C++14