/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/cpp/cpp-506-101-005/main.cpp
14 строк
246 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
#include "network_connection.hpp" #include <chrono> #include <memory> #include <string> #include <vector> #include <arpa/inet.h> #include <unistd.h> #include <boost/asio.hpp> #include "internal/socket_utils.hpp" #include "logging/logger.hpp"