J
J
jkytycdjk2020-08-31 19:11:34
Qt
jkytycdjk, 2020-08-31 19:11:34

What C++ library to use to communicate php and C++ sockets?

In php I use stream socket, what to use in Qt? winsocks or Qt sockets?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Gennady S, 2020-08-31
@jkytycdjk

Weird question. Use what meets the conditions and you like it. It's worth noting that the Qt libraries will entail the Qt SDK to a large extent, although Qt is a good platform for console applications (it comes with a bunch of services, libraries, multithreading with signals and slots, plus, syntactic sugar, cross-platform and a great API), but yet.
I can add a couple of options: boost , which requires some zen, the widely popular libcurl and Poco

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question