Search:

Type: Posts; User: Jin-Ting Lyu

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,973

    poiter returning wierd number

    I did a exercise,but got a wierd result.
    Here is the question:
    Write a function that takes two input arguments and provides two separate results to the caller, one that is the result of multiplying...
  2. Replies
    3
    Views
    1,637

    you're right! I call the check() twice: ...

    you're right!
    I call the check() twice:


    check(pass);
    i=check(pass);


    Thanks so much!
  3. Replies
    3
    Views
    1,637

    Why my code will cout the string twice?

    This is a password check code.When I enter the right password,it outputs "access allowed!access allowed!"
    When password is wrong,it outputs "try again!try again!".
    Why is this happened? Thanks for...
Results 1 to 3 of 3