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.
https://plus.google.com/u/0/113512049815561971592/about
Remmy B. Mpuma
University of Dodoma (CIVE)

No comments