@riley
```
struct foo f;
struct bar b;
void *p = (void *) &f;
b = *((struct bar *) p);
```
whatever happens the previous have to pass, C rules
Τρομοκρατιστής ✭
@tromo@kafeneio.social
Posts
-
Hello #cpp / #cplusplus Fediverse,
@riley
```
struct foo f;
struct bar b;
void *p = (void *) &f;
b = *((struct bar *) p);
```
whatever happens the previous have to pass, C rules