I have a struct in C++ like this:(and ofcourse I want to keep the length of struct fixed)
typedef struct tagDATA{
char name[16];
HEAD2 hd2;// this is a struct
char Cap[256];
int Mount;
int V[8];
double A[8],AH[8],Q[8],W[8],Wat[8];
char Sub[8][32];
int n_s;
BOOL Active;
}DATA;
How...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.