Posts by Bruno Eduardo • 11 points
1 post
-
1
votes0
answers40
viewsQ: How to send an object using socket c++ visual studio
I am trying to send an object to a server socket. The client and the server have the same class that I use to store the data. It’s all working this way, but I’m having problems on the server side.…