Search:

Type: Posts; User: mustanghaven

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,728

    ty. btw. . .it worked on my comp. The part where...

    ty. btw. . .it worked on my comp. The part where you say it should give me a warning. If i enter an incorrect password, then it does what the "for" loop says. If i enter the correct one it continues...
  2. Replies
    10
    Views
    1,728

    should i have used the "while" loop? Im confused...

    should i have used the "while" loop? Im confused just a little. jsut wanna know. I think its the while loop that should have been there?
  3. Replies
    10
    Views
    1,728

    ahhhhhhhhhhhhhhh!!!!!!!!!!!!!!!!!!!!! lol ive...

    ahhhhhhhhhhhhhhh!!!!!!!!!!!!!!!!!!!!!
    lol ive only been at it in practice about a couple days so yeah ill work on it. Need to work on which loops to use etc. etc. Anyway thanks for the "constructive...
  4. Replies
    10
    Views
    1,728

    tyvvvm!

    tyvvvm!
  5. Replies
    10
    Views
    1,728

    #include using namespace std;...

    #include <iostream>
    using namespace std;
    main(){
    int a = 256781; //password
    int h = 24781; //pin number
    int current; //current password
    int newcurrent;//new current password...
  6. Replies
    10
    Views
    1,728

    v2.0 of my program?

    OK. i originally saw a bank teller program on this site, but i never really looked at the code. I jsut pasted the code into my compiler, so what you see is all the things that I have gained from...
  7. Replies
    3
    Views
    1,259

    fixed it! used the same loops from the first...

    fixed it!
    used the same loops from the first time you needed to enter the password. thanks tho!
  8. Replies
    3
    Views
    1,259

    ok thanks. ill try that

    ok thanks. ill try that
  9. Replies
    3
    Views
    1,259

    Help With Program

    Hi im beginning in C++
    just started liek 2 days ago and I need some help.
    The code that posts below runs fine, as far as OPTION 1 is concerened (youll understand when u read far enough or compile...
Results 1 to 9 of 9