Hi, i was wondering if any one could help me, i am trying to write a questionnaire using c++, when people do the questions an answer file is created for that person and then at the end of the questionnaire i want the answers to be displayed on the command console,
the thing is that i have a counter which creates 10 answer files so 10 people can do the questionnaire so each answer file has a different name e.g A1,A2... etc this makes it hard for me to display the answers in the command console here is my code so far: