Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how can i use delay in c++ in code blocks ?(time delay)what header?
and what the Order??
Posted

Maybe u can find something here http://www.cplusplus.com/reference/clibrary/ctime/[^]

i thought u wanted to set timers p.e. for 10 seconds or something like this..
 
Share this answer
 
Comments
Member 8325631 17-Oct-11 9:03am    
tanx myfriend:x i found it
epanjohura 17-Oct-11 9:50am    
You're welcome :)
U can use SetTimer(..) and KillTimer(..);
U have to define the Timer with an ID and than u can use it.

http://msdn.microsoft.com/de-de/library/49313fdf%28VS.80%29.aspx[^]
 
Share this answer
 
Comments
Member 8325631 17-Oct-11 8:54am    
tanx to u but i need to know what te timer header in codeblocks this link is for visual studio
epanjohura 17-Oct-11 8:55am    
ouh that's my fault, i'm sorry :S
Member 8325631 17-Oct-11 8:56am    
can u help me to found out what the time header
in cb?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900