i want to define arrays with different sizes..
something like this..
however since cells is defined inside the same structure i cannot define it like this..Code:struct block{ int id; int points[3]; int cells[3]; struct covar covariant[cells[0]][cells[1]][cells[2]]; };
what is the way out??



LinkBack URL
About LinkBacks


