Giter Club home page Giter Club logo

acpp's Introduction

Accelerated C++ Playground

Books

  • C++ Primer
  • Effective C++
  • More Effective C++
  • Effective Modern C++
  • ...

Cheatsheets

Tutorials

Cheat Sheets

Interview

Essential Libraries

CPPRESTSDK

Libevent

MySQL

ubuntu

sudo apt-get install libmysqlclient-dev libmysqlcppconn-dev

ClickHouse

PostgreSQL

Redis

hiredis

redis-plus-plus

ZeroMQ

sudo apt -y install libzmq3-dev

libzmq + cppzmq

Kafka

https://github.com/confluentinc/librdkafka

sudo apt install librdkafka-dev

Boost

Abseil

https://github.com/abseil/abseil-cpp

Asio

http://think-async.com/Asio/Documentation.html

Serialization

JSON

https://github.com/Tencent/rapidjson

YAML

sudo apt -y install libyaml-cpp-dev

Protobuf

https://protobuf.dev/getting-started/cpptutorial/

Cap'n Proto

https://github.com/capnproto/capnproto

Web Framework

Oat++

Google Test

Catch2

https://github.com/catchorg/Catch2

Arg Parse

https://github.com/p-ranav/argparse

Logging

https://github.com/PlatformLab/NanoLog

Cryptography

https://github.com/openssl/openssl

Linear Algebra

Eigen

Armadillo

sudo apt install -y libarmadillo-dev

https://arma.sourceforge.net/

Low latency

Lock-free queue

https://github.com/cameron314/concurrentqueue

https://github.com/cameron314/readerwriterqueue

Boost lockfree

NUMA

  • libnuma-dev

Kernel bypass

IPC

Graphics

Dear ImGUI

OGRE

Parallel Computing

OpenMP

MPI

CUDA

Meta tools

编译过程:预处理(cpp) -> 编译(gcc/g++) -> 汇编(as) -> 链接(ld) -> 可执行文件

G++

cheat sheet: https://bytes.usc.edu/cs104/wiki/gcc/

Cling

C++ REPL

Build Tools

CMAKE

  • 教程

https://www.cnblogs.com/satire/p/15257789.html

  • Cheatsheet

https://github.com/mortennobel/CMake-Cheatsheet

https://usercontent.one/wp/cheatsheet.czutro.ch/wp-content/uploads/2020/09/CMake_Cheatsheet.pdf

  • 奇技淫巧

https://zhuanlan.zhihu.com/p/123419161

https://zhuanlan.zhihu.com/p/121079042

  • Builtin modules

https://cmake.org/cmake/help/git-stage/manual/cmake-modules.7.html

Bazel

SCons

Project structure

GDB

Gprof

Valgrind

Sanitizer

https://github.com/google/sanitizers

  • AddressSanitizer
  • ThreadSanitizer
  • ...

Tracer

TODO

Package manager

TODO

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.