G
Guest
hi! i want to ask: how do i declare a constant multidimensional array of
structures?
i have this c code (see code snippet below) and i want to covert it to
vb.net code
c code:
struct S_CODE{
int index;
double fs;
};
struct S_CODE s_code[10][10] = { {1,1.0},{2,2.1}....},{{2,9.1},....
TIA
structures?
i have this c code (see code snippet below) and i want to covert it to
vb.net code
c code:
struct S_CODE{
int index;
double fs;
};
struct S_CODE s_code[10][10] = { {1,1.0},{2,2.1}....},{{2,9.1},....
TIA