May 23, 2002 #1 anfield Technical User Joined Mar 23, 2003 Messages 1 Location SE Hi! Is there an easy way too wright a delay function? Best regards!
May 23, 2002 #2 Zyrenthian Programmer Joined Mar 30, 2001 Messages 1,440 Location US Dunno if it is exactly what you are looking for but look into sleep and Sleep Matt Upvote 0 Downvote
May 23, 2002 #3 Guest_imported New member Joined Jan 1, 1970 Messages 0 Do I need any special include-files for Sleep() ? Upvote 0 Downvote
May 23, 2002 #4 Leibnitz Programmer Joined Apr 6, 2001 Messages 393 Location CA #include<window.h> Upvote 0 Downvote
May 23, 2002 #5 Leibnitz Programmer Joined Apr 6, 2001 Messages 393 Location CA sorry,i mean "windows.h" not "window.h". Upvote 0 Downvote
May 23, 2002 #6 HEbrahimi Programmer Joined May 23, 2002 Messages 11 Location IR In VC use: " ::Sleep(ms) " Upvote 0 Downvote