K
Kaspar Minosiants
Hi !
struct A {
int a : 1;
int b : 2;
char c : 3;
};
Could anybody explain what numbers do with filds of the struct ?
Thanks a lot.
struct A {
int a : 1;
int b : 2;
char c : 3;
};
Could anybody explain what numbers do with filds of the struct ?
Thanks a lot.