Jump to content

Transfer Byte Array between C++ client/server


Vlad Gabrielyan

Recommended Posts

Dear All,

First, thanks for stopping by and reading this post.

I have a situation where I have a client and a server in C++. I want to transfer binary data between client/server.

What is the best data type supported by GridServer for this situation

One possible solution in my opinion could be using C++ string in which case it could contain null terminating characters inside. But the question is whether it is guaranteed that GridServer won't drop part of my message because of null terminating characters

Regards,

Vlad.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...