29 lines
908 B
Markdown
29 lines
908 B
Markdown
|
---
|
|||
|
title: "Библиотеки для C, C++"
|
|||
|
category: Программирование
|
|||
|
tags: программирование, C, C++, Qt
|
|||
|
summary:
|
|||
|
toc: yes
|
|||
|
...
|
|||
|
|
|||
|
[TOC]
|
|||
|
|
|||
|
### C
|
|||
|
|
|||
|
* [nanomsg](http://nanomsg.org): сетевое взаимодействие
|
|||
|
* [noping](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)
|
|||
|
|
|||
|
|
|||
|
### Qt
|
|||
|
|
|||
|
* [Обработка сигналов UNIX](https://github.com/sjinks/qt_signalwatcher)
|