I have C++ structure as
我有C ++结构
struct myStruct {
int a;
int b;
int c;
};
myStruct b;
int *ptr = &b.c;
struct mySI have C++ structure as
我有C ++结构
struct myStruct {
int a;
int b;
int c;
};
myStruct b;
int *ptr = &b.c;
struct myS