C++ for running stopwatch...Please Help...

I'm currently involved in a project dealing with a sport gadget.
It uses the concept of a physical stopwatch (eg 00:00:00) to time movement.

However, I can't seem to use C++ to program one that can run continuously like physical stopwatches.

Can anyone help me?

Jasmine

Comments

  • : I'm currently involved in a project dealing with a sport gadget.
    : It uses the concept of a physical stopwatch (eg 00:00:00) to time movement.
    :
    : However, I can't seem to use C++ to program one that can run continuously like physical stopwatches.
    :
    : Can anyone help me?
    :
    : Jasmine
    :


    Yes, there are several functions in CC++ for time.

    It gets the time in milliseconds then you can convert it over. GetMinute,
    GetHour, and GetSecond will work.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion