Search:

Type: Posts; User: ceevee

Search: Search took 0.00 seconds.

  1. Replies
    26
    Views
    11,257

    Well it's 05:17 here in the UK and I'm still...

    Well it's 05:17 here in the UK and I'm still writing this thing up. It works well, I can't break it and I'm feeling quite proud of myself. FWIW Lithorian I will be eternally grateful to you, I was...
  2. Replies
    26
    Views
    11,257

    Hi Hunter. I am not sure but I suspect that...

    Hi Hunter.

    I am not sure but I suspect that they will be using the same compiler as me. Their theory is likely to be that if it works for us using MS Visual C++ V6 it should work for them. I have...
  3. Replies
    26
    Views
    11,257

    Hi Kevin. I agree with what you say and no I...

    Hi Kevin.

    I agree with what you say and no I am not just copying and handing it in. I am however, very grateful for the help that I have received on here. The original code that appeared on this...
  4. Replies
    3
    Views
    831

    What I mean is overdraft charges so they are in...

    What I mean is overdraft charges so they are in effect the opposite. I think that I have it figured out now.

    You need 3 algorithms I think.

    The one shown in the code.

    and two for negative...
  5. Replies
    3
    Views
    831

    interest on negative balances

    The last function that I need to write for my Uni assignment is to calculate compound interest. I have done this successfully for balances in credit but I am unsure what to so about balances in...
  6. Replies
    26
    Views
    11,257

    Well I fixed it like this: while (goodup != 1)...

    Well I fixed it like this:

    while (goodup != 1)

    {
    cout << "\n\n\tPlease enter your username (first [space] last): ";
    cin >> firstName >> lastName;
    UserName =...
  7. Replies
    26
    Views
    11,257

    Yes I even tried the exe file on an older machine...

    Yes I even tried the exe file on an older machine and I get the same results. I can't for the life of me figure out why. I am also trying to change it so that it runs again as soon as an incorrect...
  8. Replies
    26
    Views
    11,257

    Hi Lithorien Well you can guess what we are...

    Hi Lithorien

    Well you can guess what we are using at University can't you? Yep MS Visual C++ V 6.0. They have to use a standardised OS and software and this is what we use. It as consequence is...
  9. Replies
    26
    Views
    11,257

    Ahhh yes I see it almost works but it needs you...

    Ahhh yes I see it almost works but it needs you to hit enter twice instead of once. I can't see why either, this is a big help.

    Shaki I have been looking at Maps and will not use them but thanks...
  10. Replies
    26
    Views
    11,257

    Well that is ok Shatki but if you actually read...

    Well that is ok Shatki but if you actually read the post from the beginning you will see that it is my initial code that is being modified, I have not come here asking anyone to do my assignment! It...
  11. Replies
    26
    Views
    11,257

    Firstly for ElWhapo here is something of an...

    Firstly for ElWhapo here is something of an explanation of what this is for. I am doing a degree in Electronics and because of the proliferation of micro controllers and other programmable devices...
  12. Replies
    26
    Views
    11,257

    So VERY nearly there now. The only problem now is...

    So VERY nearly there now. The only problem now is that if I deliberately enter the user name or the password incorrectly a few times it can't find a correct user name or password when I put that in...
  13. Replies
    26
    Views
    11,257

    Yes almost. There are two things that happen...

    Yes almost.

    There are two things that happen now.

    1. The program does not terminate if both the user name and password are correct.

    2. It displays the message user name not found at the end...
  14. Replies
    26
    Views
    11,257

    Simple login/password check

    Hello I have to implement a simple user name and password checking algorithm. Valid user names and associated passwords are contained in a text file named passwords.txt . The form of this file is as...
Results 1 to 14 of 14