c结构体string 问题

typedef struct _Cluster_File
{
int val;
char url[240];
}Cluster_File;

 

url 定义为std::string  导致 赋值错误 ---->c语言的结构体少调用c++的string 

posted on 2020-08-20 12:52  lydstory  阅读(287)  评论(0)    收藏  举报

导航