Коллекция ресурсов по современному C++ (Eng)

GuDron

dumpz.ws
Admin
Регистрация
28 Янв 2020
Сообщения
9,378
Реакции
1,547
Credits
32,763

photo_2025-03-27_12-37-33.jpg

Awesome Modern C++​

A collection of resources on modern C++.
The goal is to collect a list of resources to help people learn about and leverage modern C++11 and beyond.

Books​

For a comprehensive guide to C++ books see the Для просмотра ссылки Войди или Зарегистрируйся.

Community​

Find the latest C++ news and updates:
Listen to the latest C++ podcasts:
Read the latest C++ standard proposals:
Discuss everything related to C++:
Ask your C++ questions:
Maybe your question was already answered in a FAQ?:
Go to one of the many C++ conferences:
Find C++ user groups:

Talks​

TODO curate list of good talks on how to simplify code using C++11/17/20 features
Start with Для просмотра ссылки Войди или Зарегистрируйся.

Blogs​

Websites​

Project Starter Templates​

 

GuDron

dumpz.ws
Admin
Регистрация
28 Янв 2020
Сообщения
9,378
Реакции
1,547
Credits
32,763

Libraries​

This is not supposed to be a comprehensive list of all C and C++ libraries. It is a list of high-quality modern libraries with general applicability (serialization, database, testing, etc) or high-quality libraries with novel use of new C++ features.

Kitchensink / Framework​

Testing​

Benchmarking​

Libraries and frameworks for creating micro-benchmarks.

Logging​

Threading​

 

GuDron

dumpz.ws
Admin
Регистрация
28 Янв 2020
Сообщения
9,378
Реакции
1,547
Credits
32,763

Parsing & Serialization​

String formatting & templating​

Scripting​

Web / HTTP​

Database​

BioC++​

Misc​

 

GuDron

dumpz.ws
Admin
Регистрация
28 Янв 2020
Сообщения
9,378
Реакции
1,547
Credits
32,763

Tools​

Misc​

Для просмотра ссылки Войди или Зарегистрируйся

  • Для просмотра ссылки Войди или Зарегистрируйся - This project is the home for Sanitizers: AddressSanitizer, MemorySanitizer, ThreadSanitizer, LeakSanitizer, and more.
  • Для просмотра ссылки Войди или Зарегистрируйся - is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.

Для просмотра ссылки Войди или Зарегистрируйся

  • Для просмотра ссылки Войди или Зарегистрируйся - is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs.
  • Для просмотра ссылки Войди или Зарегистрируйся - is a clang-based C++ “linter” tool. Its purpose is to provide an extensible framework for diagnosing and fixing typical programming errors, like style violations, interface misuse, or bugs that can be deduced via static analysis. clang-tidy is modular and provides a convenient interface for writing new checks.
  • Для просмотра ссылки Войди или Зарегистрируйся - is a source code analysis tool that finds bugs in C, C++, and Objective-C programs. It implements path-sensitive, inter-procedural analysis based on symbolic execution technique.

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся

Для просмотра ссылки Войди или Зарегистрируйся