I'm creating a Trivia game and I have Question object to hold multiple choice questions and store it into a VecQuestions. My problem is when the text file have more than one multiple choice questions it only inserts only first multiple choice questions into the vector?
test Data from the text file:
1. What programming language is used in this Course? 3
1. C
2. Pascal
3. C++
4. Assembly
2. What compiler can you use to compile the programs in this Course? 4
1. Dev-C++
2. Borland C++Builder
3. Microsoft Visual C++
4. All of the above