diff --git a/recipes/C++/576752_Monitor_standby/recipe-576752.cpp b/recipes/C++/576752_Monitor_standby/recipe-576752.cpp index a0f2e9e44..f9c997c5f 100644 --- a/recipes/C++/576752_Monitor_standby/recipe-576752.cpp +++ b/recipes/C++/576752_Monitor_standby/recipe-576752.cpp @@ -13,5 +13,7 @@ int main() while(clock() - start < delay){ SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, (LPARAM) 2);} SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, (LPARAM) 2); + // SendMessage(HWND_BROADCAST, WM_SYSCOMMAND, SC_MONITORPOWER, (LPARAM) 2); +// three loops are used in case if like while loop and do while loop and for loop.... return 0; }