Friday, 8 February 2013

Beep in c++

#include<iostream.h>
#include<conio.h>

void main()
{
cout<<"\a";
getch();
}

0 comments:

Post a Comment