Tagged Questions
1
vote
1answer
400 views
Qt client send a struct data to boost asio server
I have an issue when my client sends struct data to my server.
My client uses Qt tcp and my server uses boost.asio. On my server side, I can receive the buffer data sent by the client, but when I cast ...
1
vote
2answers
564 views
serialization with QT network and deserialization with Boost
In a first time i want to thanks HostileFork to help me to explain my problem.
Thanks you !
i'm trying to build a client and a server who send their data through a binary protocol.
my problem is i ...