learning
  • Introduction
  • Materials
    • Elibraries
    • Torrents
    • Videos
    • Websites
  • Formal science
    • Computer Science
      • Algorithms and Data Structures
      • API
      • Backups
      • CLI
      • Cloud computing
        • AWS
        • Azure
        • GCP
      • Competitive programming
      • Computer architecture
      • Computer graphics
        • Image processing
        • SVG
      • Computer languages
        • Markup languages
          • HTML
          • Markdown
          • TeX
            • BibTeX
              • JabRef
            • LaTeX
        • Programming languages
          • Assembler
          • C
            • C libraries
          • C++
            • C++ libraries
            • Qt
          • Java
            • Java libraries
          • MATLAB
          • Python
            • Python libraries
              • Dask
              • Django
              • NumPy
              • Pandas
        • Shell scripting languages
          • PowerShell
          • Sh
            • Bash
            • Csh
            • Ksh
        • Style sheet languages
          • CSS
      • Data Science
        • Data visualization
        • Hadoop
        • Kafka
        • Spark
      • Database
        • NoSQL
          • MongoDB
        • Relational
          • DB2
          • MySQL
          • PostgreSQL
          • SQLite
        • SQL
      • Distributed systems
        • CRDT
        • RPC
      • GameDev
        • Unity
      • Hardware
        • Arduino
        • CPU
          • RISC-V
      • Licensing
      • Machine learning
        • Artificial intelligence
        • Data mining
      • Networking
        • DNS
        • Domains
        • HTTP
        • Nginx
        • Peer-to-peer
          • BitTorrent
      • Open source
        • GitHub
          • GitHub actions
      • Operating Systems
        • Android
        • Containers
          • Docker
          • Kubernetes
      • Package managers
        • Nix
      • Program exectuion
        • Build systems
        • Compilers
          • LLVM
      • Programming
        • CI/CD
        • DevOps
          • Observability
          • Terraform
      • Security
        • Cryptography
      • Shell
        • Fish
        • Zsh
      • Text editors
        • Vim
          • Plugins
        • VS Code
      • Version control
        • Git
      • Web
        • Browsers
          • Chrome
          • Firefox
        • Search engines
    • Logic
    • Mathematics
      • Applied mathematics
        • Probability and statistics
          • Probability theory
          • Statistics
      • Pure mathematics
        • Algebra
          • Linear algebra
          • Group theory
        • Analysis
        • Foundations
          • Fractal
          • Graph theory
          • Lambda calculus
          • Type theory
        • Geometry
          • Algebraic geometry
        • Number theory
        • Recreational mathematics
        • Topology
  • Natural science
    • Agricultural science
    • Astronomy
      • Astrophysics
        • Cosmogony
      • Cosmology
      • Galactic astronomy
      • Physical cosmology
      • Planetary science
    • Biology
      • Anatomy
      • Botany
      • Ecology
      • Evolutionary biology
      • Genetics
        • DNA
        • Genomics
      • Microbiology
      • Neuroscience
        • Somnology
      • Zoology
    • Chemistry
    • Earth Science
      • Atmospheric science
      • Physical geography
    • Engineering
    • Health science
      • Ergonomics
      • Fitness
        • Running
        • Yoga
      • Medicine
    • Physics
      • Quantum mechanics
  • Social science
    • Human geography
      • Cultural geography
      • Political geography
    • Anthropology
    • Business studies
      • Finance
      • Investing
    • Cultural studies
    • Economics
    • Education
      • Learning
    • History
    • Law
      • Privacy
        • TOR
    • Linguistics
      • Arabic
      • Aramaic
      • English
      • German
      • Latin
      • Russian
    • Management
      • Product management
    • Marketing
    • Philosophy
    • Political science
    • Psychology
      • Consciousness
      • Mindfulness
        • Meditation
    • Sociology
    • Theology
      • Buddhism
      • Christianity
        • Authors
      • Islam
      • Judaism
  • Culinary arts
    • Cookery
      • Cuisines
      • Recipes
      • Food
      • Tea
  • Games
    • Sport games
      • Basketball
    • Video games
  • Literary art
    • Literature
      • Drama
      • Poetry
      • Prose
        • Fiction
        • Non-fiction
        • Publicism
    • Writing
  • Performing art
    • Music
      • Production music
  • Visual art
    • Architecture
    • Calligraphy
    • Cinematography
      • Movies
      • TV series
    • Design
      • Color
      • Figma
      • Fonts
      • Icons
    • Drawing
    • Painting
      • Painters
    • Photography
Powered by GitBook
On this page
  • DB
  • Links
  • Other
  • Testing
Edit on GitHub
  1. Formal science
  2. Computer Science
  3. Computer languages
  4. Programming languages
  5. C++

C++ libraries

PreviousC++NextQt

Last updated 2 years ago

DB

Links

  • - The modern documentation tool for C++

  • - package manager

  • - A collection of high-quality C++ libraries

  • - Set of libraries for developing nice desktop applications.

  • - A curated list of awesome header-only C++ libraries

Other

  • - unctional Terminal User Interface

  • - Add a command interpreter (eg., REPL) to any C++ program

  • - EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.

  • - SIMD Vector Classes for C++

  • - Pipelines for expressive code on collections in C++

  • - The C++ Standard Library for Parallelism and Concurrency

  • - building network and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems

  • - Parallel Computing and Asynchronous Networking Engine

  • - A family of header-only, very fast and memory-friendly hashmap and btree containers

  • - Parsing Expression Grammar Template Library

  • - An efficient similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces

  • - A cross platform C99 library to get cpu features at runtime

  • - Abseil Common Libraries (C++)

  • - High-performance regular expression matching library

  • - Magical headers that make your C++ library accessible from JavaScript

  • - Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

  • - Succinct Data Structure Library 2.0

  • - C++ client for making HTTP/REST requests

  • - A modern cross-platform low-level graphics library and rendering framework

  • - stb single-file public domain libraries for C/C++

  • - Table Maker for Modern C++

  • - A collection of C++ HTTP libraries including an easy to use HTTP server

  • - A C++ header-only HTTP/HTTPS server and client library

  • - Curl for People, a spiritual port of Python Requests

  • - An open-source C++ library developed and used at Facebook

  • - JSON for Modern C++

  • - Parsing gigabytes of JSON per second

  • - open source cryptographic library with attribute-based encryption implementations in C/C++

  • - A C++14/17 based HTTP web application framework running on Linux/macOS/Unix/Windows

  • - A high-performance REST toolkit written in C++

  • - The smallest header-only GUI library(4 KLOC) for all platforms

Testing

- C++ client library for PostgreSQL

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

Catch2
googletest
utest.h
hdoc
Kokkos
conan
The Art of C++
Single file libs
Desktop App Toolkit
Awesome hpp
FTXUI
command-interpreter
EASTL
Vc
memory allocators
pipes
hpx
poco
workflow
FunctionalPlus
The Parallel Hashmap
PEGTL
nmslib
cpu_features
abseil cpp
hyperscan
nbind
skia
sdsl lite
restclient cpp
DiligentEngine
stb
tabulate
matplotlib cpp
Microsoft's C++ Standard Library
proxygen
cpp httplib
cpr
folly
json
simdjson
openabe
drogon
pistache
GuiLite
taopq
soci