I\'m new to C/C++ and I\'ve been cracking my head but still got no idea how to make an \"structure\" like this
If it's the actual arrays you'r having problems with look here: Declaring a pointer to multidimensional array and allocating the array
Not sure exactly what you want but you might want to read up on about linked lists.