I Am trying to build a symbol list : I want my struct to have the following variables
Machine struct{
int iteration;
float length;
#quanity
}
I want this information on a table will symbol list be the best option?
I Am trying to build a symbol list : I want my struct to have the following variables
Machine struct{
int iteration;
float length;
#quanity
}
I want this information on a table will symbol list be the best option?