Returning void pointer in pthread

前端 未结 0 1018
灰色年华
灰色年华 2020-12-07 14:33

I just started learning multi-threading in C++ with pthreads. I am working with the following code:

struct ArgT{
    int a;
    int b;

    ArgT(int a, int b)         


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