What is the best way for streaming C++ struct data through TCP socket in Real-time between two projects in the same solution?

后端 未结 0 1795
独厮守ぢ
独厮守ぢ 2020-11-21 06:08

Basically I have a struct:

typedef struct MyStruct1 {
  vector data;
  chrono::high_resolution_clock::time_point time_stamp;
} MyStruct1;


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题