hey guys,
I have this
RiddleGenerator::QnA RiddleGenerator::mQnA[RiddleGenerator::QuestionCount] = {
{ "What shape as 4 sides?\n\t1)Triangle\n\t2)Circle\n\t3)Square", 3 },
{ "What is the capital of England?\n\t1)Paris\n\t2)London\n\t3)Washington", 2 }
// NEW QUESTIONs CAN GO IN THE ABOVE SPACE <---!
};
and have looked on the net but cant find anything helpful so here i am.
I wish to be able to load those questions and answers from a text file so for the user they can go into the text file and add and remove questions.
Just wondering how i could go about this as I cant get the standard variable export import workign with it
Thanks in advance
Darryl