Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Pause program execution
Name: Craig Date: September 23, 2002 at 12:52:22 Pacific OS: na CPU/Ram: na
Comment:
Does anyone know how to pause program execution...in visual c++...I need to: { execute code; pause for say 50 milliseconds; execute more code; }
Summary: this is confusing. you want to pause the function while in the middle of execution? or you want to run the function periodically? If you want to run the function periodically, then you can set up a ...
Summary: Can anyone tell me how to "export" a windows application written in visual studio w/ VB to make it a stand alone executable windows program? Any help is appreciated, thanks. ...
Summary: Hello All, Yes, it's me again. At least I'm not asking for anyone to email me my homework....he, he. Anyway, I want to run a PHP script that executes a Perl program on the server with one parameter....