Search:

Type: Posts; User: Gong

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    2,671

    I have redo the program and come out of this. ...

    I have redo the program and come out of this.



    #include <iostream>

    using std::cout;
    using std::cin;
    using std::endl;
  2. Replies
    7
    Views
    2,671

    Need help with time

    Write a menu-driven program that repeatedly allows the user to select one of the following tasks:

    (Task 1) User enters the time of city A, time difference between cities A and B, and the program...
  3. Replies
    2
    Views
    2,934

    need help in time zone

    (Task 1) User enters the time of city A, time difference between cities A and B, and the program will output the equivalent time of city B.



    Define and implement a class Time. Time...
  4. Replies
    8
    Views
    1,111

    ok. thanks. i try..

    ok. thanks. i try..
  5. Replies
    8
    Views
    1,111

    sorry i still not sure... my c++ not so good..

    sorry i still not sure... my c++ not so good..
  6. Replies
    8
    Views
    1,111

    how come i cant display the output for the people...

    how come i cant display the output for the people leaving corridor..
    my program is



    #include <iostream>
    #include <fstream>
    #include <algorithm>

    class All {
  7. Replies
    8
    Views
    1,111

    Can someone help me...

    I'm doing a people counting program. I want to count how many people going into a building and coming out of the buliding.

    I'm only managed to do the counting of people going in. Can someone help...
  8. Replies
    2
    Views
    4,111

    help with people counting program..

    I'm trying to to a simple people counting program.
    The scenerio is that is a passageway to a room and i wanted to count how many people going in and how many people going out.

    Thank you very...
Results 1 to 8 of 8