What inspired me to do this project is basically learning to use C++ to make applications such as the quiz.
This is basically a quiz that gives questions to the user to answer and the result of how many questions the user got correct.
I built this C++ quiz by using the C++ programming language. I made a function for each question of the quiz, so the primary function will basically just call the 1st function, which is the 1st question of the quiz, and move on to the next function, which is the next question.
The challenge that I went into is the segmentation fault error because I didn't know at first why I had the segmentation fault error, but then I realized it because after the 1st function returns the result, the main function calls the next function, but the next function doesn't return a result, which causes a segmentation fault error.
The accomplishment that I'm proud of is how it turned out and it turned out well.
What I learned from this C++ quiz project is being able to use what I learn about C++ programming language to make an application such as the quiz.
What is next for the C++ quiz is to add more questions to the quiz.
Log in or sign up for Devpost to join the conversation.