📜 ⬆️ ⬇️

What cross-platform library would you recommend for C ++?

Good evening!
Most recently, I was faced with the task of implementing a socket server for servicing ~ 3000 connections simultaneously. A reasonable assumption is to write a server in C ++, but due to lack of experience working with C ++, there were several questions, the main one being which cross-platform library to use when writing an application.
The server will run under FreeBSD. The library is required to provide methods for working with Mysql and sockets.
While combing this area, two libraries were selected: Poco and QT.
So, are there any developers on C ++ habre and which libraries do you use?

')

Source: https://habr.com/ru/post/52182/


All Articles