Count Down

B

bballmitch

I'm in the process of making a game right now, a very simple one, in
which there is a time limit of when you can accomplish something. So
what i want to do is make a 60 sec. countdown in my window. Could
someone help me out? i thought of doing a loop that lasts around 1
sec. but there are a few problems with that.
1. it will slow the rest of the program down
2. i can't be sure that its an exact second
and 3. the loop will last longer on some computers than others.

so how should i go about this?
 
S

Steffen

Hi,
I'm in the process of making a game right now, a very simple one, in
which there is a time limit of when you can accomplish something. So
what i want to do is make a 60 sec. countdown in my window. Could
someone help me out? i thought of doing a loop that lasts around 1
sec. but there are a few problems with that.
1. it will slow the rest of the program down
2. i can't be sure that its an exact second
and 3. the loop will last longer on some computers than others.

this is not exactly a question on c++, the answer depends very much on
the platform or the gui you are using, so you might want to consider a
more specific newsgroup. Just two examples: on Unix/Linux, you can set
an alarm clock which sends a signal to your process after some time;
if you are using QT you can set a timer, I guess other gui's have a
similar feature.

Steffen
 
B

bballmitch

im using Microsoft XP(windows) and i don't know what else to tell you.
im also using Dev. C++ if you need to know my compiler. where do you
suggest i ASK this question?
 
K

krishanu.debnath

bballmitch said:
im using Microsoft XP(windows) and i don't know what else to tell you.
im also using Dev. C++ if you need to know my compiler. where do you
suggest i ASK this question?

Please reply with proper context. Did you try comp.programming?

Krishanu
 
S

Steffen

Hi
im using Microsoft XP(windows) and i don't know what else to tell you.
im also using Dev. C++ if you need to know my compiler. where do you
suggest i ASK this question?

I don't program on windows, so I don't really >know<, but my guess would
be some newsgroup containing "programmer" and "windows"

Steffen
 
J

Jim Langston

bballmitch said:
I'm in the process of making a game right now, a very simple one, in
which there is a time limit of when you can accomplish something. So
what i want to do is make a 60 sec. countdown in my window. Could
someone help me out? i thought of doing a loop that lasts around 1
sec. but there are a few problems with that.
1. it will slow the rest of the program down
2. i can't be sure that its an exact second
and 3. the loop will last longer on some computers than others.

so how should i go about this?

Since you say you're on M$ you should check a Microsoft group, but just
search for "tiime" "timer" "date" etc.. functions. each returns the time in
a different way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top