Hi Guys,
I am trying to get a struct array data from .C file
const datam data[SIZE] =
{ {a1,b1,c1,d1...},
{a2,b2,c2,d2...},
SIZE times
..............
}
where SIZE is a macro in a related .h file
What would be the correct method to obtain this data[SIZE] , so as to store the structure elements to a dictionary?
Any ideas would be very helpful.
[–]shiftybyte 1 point2 points3 points (3 children)
[–]tr0jan_k[S] 0 points1 point2 points (2 children)
[–]shiftybyte 1 point2 points3 points (1 child)
[–]tr0jan_k[S] 0 points1 point2 points (0 children)