functionMain(); is not executing every 5 seconds, don't know whyCode:int main() { function1(); function2(); function3(); do{ functionMain(); Sleep(5000); } while (1 == 1); }
Please help
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: What is wrong hereThreaded View
|
Click Here to Expand Forum to Full Width |