C++ – Типизированный язык программирования
[Из песочницы] Многопоточность в Qt Widgets
[Из песочницы] Многопоточность в Qt Widgets
Хабр
Многопоточность в Qt Widgets
При работе приложения с оконным интерфейсом важно обеспечить отсутствие зависаний. Для этого сложные вычисления стоит запускать в отдельной нити. Концепция многопоточного приложения отлично сочетается...
[object Object]
OpenSSL client and server from scratch, part 1
OpenSSL client and server from scratch, part 1
Arthur O’Dwyer
OpenSSL client and server from scratch, part 1
Lately I’ve been struggling through the quagmire that is OpenSSL, and now that I’ve got
some things working, I figure it’s a good time to make a series of blog posts about them
for posterity.
some things working, I figure it’s a good time to make a series of blog posts about them
for posterity.
C++ – Типизированный язык программирования
Что нового в SObjectizer-5.7.0 и ждет этот проект дальше?
Что нового в SObjectizer-5.7.0 и ждет этот проект дальше?
Хабр
Что нового в SObjectizer-5.7.0 и ждет этот проект дальше?
SObjectizer — это относительно небольшой C++17 фреймворк, который позволяет использовать в С++ программах такие подходы, как Actor Model, Publish-Subscribe и Communicating Sequential Processes (CSP)....
[object Object]
OpenSSL client and server from scratch, part 3
OpenSSL client and server from scratch, part 3
Arthur O’Dwyer
OpenSSL client and server from scratch, part 3
This is a continuation of yesterday’s post,
“OpenSSL client and server from scratch, part 2.”
In the previous two posts, we made a trivial little HTTP client and a trivial little
HTTP server. Today we’ll upgrade our server to use HTTP-over-TLS, a.k.a. HTTPS.
“OpenSSL client and server from scratch, part 2.”
In the previous two posts, we made a trivial little HTTP client and a trivial little
HTTP server. Today we’ll upgrade our server to use HTTP-over-TLS, a.k.a. HTTPS.
C++ – Типизированный язык программирования
Intel Parallel Studio XE 2020: все лучшее — разработчикам
Intel Parallel Studio XE 2020: все лучшее — разработчикам
Хабр
Intel Parallel Studio XE 2020: все лучшее — разработчикам
В самый канун Нового года увидела свет новая версия главного инструмента Intel для разработчиков — Intel Parallel Studio XE 2020. Давайте воспользуемся этим по...
[object Object]
OpenSSL client and server from scratch, part 4
OpenSSL client and server from scratch, part 4
Arthur O’Dwyer
OpenSSL client and server from scratch, part 4
This is a continuation of yesterday’s post,
“OpenSSL client and server from scratch, part 3.”
In the previous post, we made a trivial little HTTPS server that we could talk to with curl.
Today we’ll write our own HTTPS client as a replacement for curl.
“OpenSSL client and server from scratch, part 3.”
In the previous post, we made a trivial little HTTPS server that we could talk to with curl.
Today we’ll write our own HTTPS client as a replacement for curl.
[object Object]
C++20 Reference Card
C++20 Reference Card
C++ Stories
C++20 Reference Card
While the C++20 Standard is still being finalised and polished, we know all of its core features. At first, the new specification of the language might sound complex and overwhelming. That’s why, if you want to have an overview of the core elements and get…