c++ code for ringing a machine bell
#include <iostream.h>
#include <string.h>
#include <windows.h>
int main ()
{
cout<< "Ring Ring Ring \n";
Beep(523,500);
return 0;
}
..............................................................................................................................................
Posted by.
Remmy B. Mpuma
University of Dodoma (CIVE)
#include <string.h>
#include <windows.h>
int main ()
{
cout<< "Ring Ring Ring \n";
Beep(523,500);
return 0;
}
..............................................................................................................................................
Posted by.
Remmy B. Mpuma
University of Dodoma (CIVE)
Post a Comment