S
S
slmkarta22014-02-25 18:06:44
C++ / C#
slmkarta2, 2014-02-25 18:06:44

How to transfer photos from the client computer to the server, where will they be processed?

It must be done in C++. In the direction of which libraries to look and what to read in order to understand the essence? They advised ZeroMQ, is it possible to achieve this with it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Puma Thailand, 2014-02-25
@opium

This can be done on anything, up to pure C or C++
It is not very clear which side the queue is sewn to this, it seems to me that everything will work fine without it.

T
tsarevfs, 2014-02-25
@tsarevfs

You can send a POST request using libcurl or winapi or boost.asio.

N
nicolausYes, 2014-02-25
@nicolausYes

Yes, zeromq is possible. This is a high-level socket library. Additionally, you can use Protobuf for messaging.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question