Search:

Type: Posts; User: nasa

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,020

    How to let the second run?

    How to let the second run (that mean always change the number of second) when run the program?




    time_t today;
    time(&today);
    struct tm*date=localtime(&today);
    int d=date->tm_mday;
    int...
  2. Replies
    3
    Views
    2,312

    The program save some funny thing

    After deposit, the program will save the changes of balance, but the saved thing is some funny thing. How to solve the problem?

    The funny thing that display on screen:
    $4.25248e-311



    case...
  3. Replies
    2
    Views
    912

    Prolem about file saving.

    If the file has more than one account and one of the account is doing deposit. After deposit, the program only save the changes for the account that doing deposit and other account will be deleted.
    ...
  4. Replies
    5
    Views
    1,744

    You all can just test the program. After you...

    You all can just test the program.
    After you finish open account and deposit, you can test the selection for 'T' and it will and windows error prompt out.
    Base on that error, can you tell me what...
  5. Replies
    3
    Views
    1,518

    Error occur in the program.

    When the program execute, there will an error occur.
    If put a "break" after the tra[i].displayTran(), the program cannot display all the transaction record.
    How to solve the problem?



    case...
  6. Replies
    1
    Views
    1,108

    Problem about file

    This part has a problem for saving in switch case. After deposit, the file only save the first account and the other account will be deleted.
    How to solve this problem?

    How to set an error...
  7. Replies
    5
    Views
    1,744

    Problem about file.

    Can some body help me in this program.
    The problem already write in the command of source code below.
    I also upload the source file.



    #include<iostream.h>
    #include<string.h>...
Results 1 to 7 of 7