29 lines
1.0 KiB
Markdown
29 lines
1.0 KiB
Markdown
---
|
||
title: "Библиотеки для C, C++"
|
||
category: Программирование
|
||
tags: программирование, C, C++, Qt,
|
||
summary:
|
||
toc: yes
|
||
...
|
||
|
||
[TOC]
|
||
|
||
### C
|
||
|
||
* [nanomsg](http://nanomsg.org): сетевое взаимодействие
|
||
* [oping](https://noping.cc): работа с ICMP-пакетами
|
||
* [openblas](https://github.com/xianyi/OpenBLAS): оптимизированная версия
|
||
[BLAS](https://ru.wikipedia.org/wiki/Basic_Linear_Algebra_Subprograms)
|
||
|
||
### C++
|
||
|
||
* [JSON](https://github.com/nlohmann/json)
|
||
* [fmtlib](https://github.com/fmtlib/fmt): форматирование строк
|
||
* [spdlog](https://github.com/gabime/spdlog): журналирование
|
||
* [cpptoml](https://github.com/skystrife/cpptoml): чтение [TOML](https://github.com/toml-lang/toml)
|
||
* [gsl-lite](https://github.com/martinmoene/gsl-lite/): реализация рекомедаций [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines)
|
||
|
||
### Qt
|
||
|
||
* [Обработка сигналов UNIX](https://github.com/sjinks/qt_signalwatcher)
|