Hi there, im trying to create a quiz program in c++.
I need to have an array within a struct as i need to store a question title, ten possible answers and the points that each answer is associated with
any help about how to go around declaring this would be appreciated!