Hello all,
It has been a while but I'm on the right path - finally.
So basically I am writing a very special application for a loved one. I have many great ideas but simply put I am struggling with I/O stream, it is very possible that I should research this subject more but none the less I am asking here.
My application will expect a series of questions within a text file, my program should be able to read these randomly (Heres the catch..) but only once! this is where I am struggling. Perhaps I am approaching it all wrong, my program is looking for the user to score 10, each question within the text file will be worth 1 point, I want to avoid repeat questions as there will only be around 15 questions.
I would appreciate any advice and/or examples you can give, many thanks in advance..