I think I'm close, but I can't get the syntax just right.
and I use:Code:struct NewQ
{
char Q[1000]; //Holds the Question
char A[250]; //Holds the Answer
char F[250]; //Holds the False Answer (One at a time)
};
To access the specific variables. But I get an error, and I'm pretty sure it's with the way the Structure is defined. Is there anything that stands out? Thanks :)Code:NewQ.Q
NewQ.A
NewQ.F
