Search:

Type: Posts; User: sion5

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    11,515

    When i want something to ask me do i want to...

    When i want something to ask me do i want to start again i use a simple loop


    while (again == 'y')
    {
    cout<<"Do you want to play again? (y/n)"<<endl;
    cin>>again;

    }
  2. Replies
    3
    Views
    987

    I dont mean to hijack the thread but maybe you...

    I dont mean to hijack the thread but maybe you could explain my problem as it seems to be on the same lines as jedi's. Basically i have written to a file and now im trying to read it back but when i...
  3. Replies
    10
    Views
    1,222

    Cheers 7stud for your explaination i wish my...

    Cheers 7stud for your explaination i wish my lecturer tought like that! He overcomplicates problems!!

    As for the answer your right im a complete numpty it was hk_mp5kpdw's solution that was...
  4. Replies
    10
    Views
    1,222

    Thanks all for your help. I understand there are...

    Thanks all for your help. I understand there are other issues with this program and if i could, i would do it all in C++!



    I think you have hit the nail on the head there and yes i would be...
  5. Replies
    10
    Views
    1,222

    Files and function problem! Help needed

    Hey all, i hope you can help me, ive just started a new course and im into my second term and the C++ is getting harder and harder (ive never done it before). Please dont critisize my code its a...
Results 1 to 5 of 5