|
|
|
|
na
and one nb
, but ten groups of combination of va, vb, vc, vd
that I can access by pointer, which means na, nb
are independent but still inside of the structure.ten groups of combination of va, vb, vc, vd that I can access by pointer, which means na, nb are independent but still inside of the structure. |
data_test
, only va, vb, vc, vd
will be implemented. So I can have data_test.na, data_test.nb
, but data_test[0].va, data_test[1].va, ...
, data_test[0].vb, data_test[1].vb, ...
, data_test[0].vc, data_test[1], ...
...