I'm working from the ground up on a project to help me prepare for c++ next semester. This is the first part and I cant seem to find a clear explanation about it. I'm trying to create an array of 20 pointers, of struct type, all initialized to 0. Sounds simple enough but conflicting info keeps confusing me. Does this look right?