obj itself?
Sorry mates
may be it's stupid question for you.
I googled it but I didn't find what I am looking for!!
typedef struct Obj { int a; int b; }Object; Object obj; obj.a = 1; obj.b = 4; void *ptr = &obj; *(int *)ptr = 4; Something like that?
Обсуждают сегодня