I\'m trying to create an array of structs and also a pointer to that array. I don\'t know how large the array is going to be, so it should be dynamic. My struct would look s
Use malloc():
http://en.wikipedia.org/wiki/Malloc